Skip to content

Commit

Permalink
Do npm run test:prepare in separate GHA step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennings Zhang authored and PintoGideon committed Aug 26, 2024
1 parent 3de2e90 commit 65a3ab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Setup tests
run: npm run test:prepare
- name: End-to-End tests
env:
TEST_SAFARI: yes
Expand Down

0 comments on commit 65a3ab7

Please sign in to comment.