Skip to content

Commit

Permalink
ci(.github): switch playwright and pnpm install ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Apr 5, 2024
1 parent 66a4523 commit a57555a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Install dependencies
run: pnpm bootstrap:ci

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

- name: NX Affected
uses: nrwl/nx-set-shas@v4

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Install dependencies
run: pnpm bootstrap:ci

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

- name: NX Affected
uses: nrwl/nx-set-shas@v4

Expand Down

0 comments on commit a57555a

Please sign in to comment.