Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith authored Aug 1, 2023
1 parent 53bab88 commit 4293837
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 @@ -34,8 +34,11 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Make sure it builds before we install playwright browsers
run: yarn build
- name: Run postinstall (db stuff)
run: yarn postinstall

- name: Build in node mode
run: yarn nodebuild

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

0 comments on commit 4293837

Please sign in to comment.