Skip to content

Commit

Permalink
Fix playwright pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalada committed Jun 25, 2024
1 parent de21d6f commit f9ebb8d
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 @@ -26,7 +26,7 @@ jobs:
run: npm install -g wait-on

- name: Install Playwright browsers
run: npx playwright install --with-deps
run: npx playwright install

- name: Build and run backend
run: |
Expand Down

0 comments on commit f9ebb8d

Please sign in to comment.