Skip to content

Commit

Permalink
wrong playwright command
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Oct 17, 2023
1 parent 328ee9d commit f5e309b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
node: [16, 18, 20]
node: [18, 20]

steps:
- uses: actions/checkout@v3
Expand All @@ -37,7 +37,7 @@ jobs:
npx playwright install
npx playwright install-deps
pnpm build
pnpm exec playwright
pnpm exec playwright test
working-directory: ./pkg/browser

# - name: Upload coverage reports to Codecov
Expand Down

0 comments on commit f5e309b

Please sign in to comment.