Skip to content

Commit

Permalink
run all tests on win
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Dec 11, 2023
1 parent 613996f commit 1cc074f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm install @playwright/[email protected] @cucumber/cucumber@${{ matrix.cucumberVersion }}
- run: npm install @cucumber/cucumber@${{ matrix.cucumberVersion }}
- run: npx playwright install --with-deps chromium
- name: run tests
run: |
node test/setup.mjs
node test/bdd-syntax/test.mjs
node test/snippets-playwright-style/test.mjs
# this command gets all test files in powershell
# node --test $(Get-ChildItem -Path test -Recurse -Include test.mjs).FullName
# node test/setup.mjs
# node test/bdd-syntax/test.mjs
# node test/snippets-playwright-style/test.mjs
# this command gets all test files in powershell
node --test $(Get-ChildItem -Path test -Recurse -Include test.mjs).FullName
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 1cc074f

Please sign in to comment.