Skip to content

Commit

Permalink
- Changed ubuntu host to windows host for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckyC committed Nov 14, 2024
1 parent e6eef0d commit 81fe851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "buildmetadata=$GitVersion_BuildMetaData" >> "$GITHUB_OUTPUT"
tests_components:
runs-on: ubuntu-latest
runs-on: windows-latest
defaults:
run:
working-directory: ./packages/components
Expand All @@ -67,7 +67,7 @@ jobs:

- name: Install dependencies
run: |
export PUPPETEER_SKIP_DOWNLOAD=true
SET PUPPETEER_SKIP_DOWNLOAD='true'
pnpm install
- name: Tests
Expand Down

0 comments on commit 81fe851

Please sign in to comment.