Skip to content

Commit

Permalink
change dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Feb 1, 2024
1 parent a70456e commit ab1c04c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/playwright-visual-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:
run: cd ./packages/web-new

- name: Install dependencies
run: npm ci
run: npm install

- name: Install Playwright Browsers
run: npx playwright install --with-deps
# run: npx playwright install
run: npx playwright install chromium firefox

- name: Run server and test
run: |
Expand Down

0 comments on commit ab1c04c

Please sign in to comment.