Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Feb 1, 2024
1 parent 0e34eba commit b7105f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright-visual-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: npm ci

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

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

0 comments on commit b7105f3

Please sign in to comment.