Skip to content

Commit

Permalink
fix: Run install instead of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed May 11, 2024
1 parent edd2ad7 commit ec42ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 18

- run: npm ci
- run: npm install
- run: npm ci --prefix e2e/cra
- run: npx playwright install chromium --prefix e2e/cra

Expand Down

0 comments on commit ec42ab8

Please sign in to comment.