Skip to content

Commit

Permalink
install browsers for e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Feb 5, 2024
1 parent 2184cbb commit 9effee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
NUXT_PUBLIC_APP_BASE_URL: "http://localhost:3000"
NUXT_PUBLIC_REDMINE_ID: "${{ vars.NUXT_PUBLIC_REDMINE_ID }}"

- name: Install Browsers for E2E tests
run: pnpm exec playwright install

- name: Test
run: pnpm run test

Expand Down

0 comments on commit 9effee9

Please sign in to comment.