Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
yarn build before playwright install
  • Loading branch information
lilith committed Aug 1, 2023
1 parent a17c25d commit 9f409bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Make sure it builds before we install playwright browsers
run: yarn build

- name: Install Playwright dependencies
run: npx playwright install-deps
- name: Install Playwright dependencies (just chromium for now)
run: npx playwright install-deps chromium

- name: Run tests
run: yarn test
Expand Down

0 comments on commit 9f409bf

Please sign in to comment.