Skip to content

Commit

Permalink
chore(ci): change npm command from 'ci' to 'i' in Playwright test wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
MoinJulian committed Nov 21, 2024
1 parent c1dc671 commit 0bccb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: |
~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}
- run: npm ci
- run: npm i
- run: npx playwright install --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'
- run: npx playwright install-deps
Expand Down

0 comments on commit 0bccb96

Please sign in to comment.