Skip to content

Commit

Permalink
refactor: revamp GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Nov 19, 2024
1 parent 84ec0df commit eb99061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: pnpm ts

- name: Install Playwright browsers
run: pnpx playwright install --with-deps
run: pnpm exec playwright install --with-deps

- name: Run e2e tests
run: |
Expand Down

0 comments on commit eb99061

Please sign in to comment.