Skip to content

Commit

Permalink
fix: replace npm ci with npm install in e2e-tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
amalv committed Feb 13, 2024
1 parent 271a48c commit c4da8fc
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 @@ -59,7 +59,7 @@ jobs:
with:
node-version: 20
- name: Install dependencies
run: npm ci
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

1 comment on commit c4da8fc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.