Skip to content

Commit

Permalink
run install instead of clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
Focke Adrian committed Apr 5, 2024
1 parent b623e92 commit 4f3d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: npm ci
run: npm install
- name: Run Jest tests
run: npm run test
- name: Install Playwright Browsers
Expand Down

0 comments on commit 4f3d217

Please sign in to comment.