Skip to content

Commit

Permalink
Move browser install
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Young authored and Jason Young committed Jul 2, 2024
1 parent 6e63d1a commit 9bac3e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Format
run: npm run format

Expand Down Expand Up @@ -82,6 +79,9 @@ jobs:
- name: Install dependencies
run: npm ci # clean install

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Build
run: |
export PATH=${PATH}:`go env GOPATH`/bin
Expand Down

0 comments on commit 9bac3e7

Please sign in to comment.