Skip to content

Commit 2d476d3

Browse files
committed
ci: tweak install order
1 parent eaf4bfa commit 2d476d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292
if: ${{ matrix.runtime == 'deno' }}
9393
uses: denoland/setup-deno@v1
9494

95+
- name: Install dependencies
96+
uses: ./.github/actions/install-dependencies
97+
9598
- name: Install Playwright Browsers
9699
if: ${{ matrix.runtime == 'next' || matrix.runtime == 'sveltekit' || matrix.runtime == 'vite' }}
97100
run: npx [email protected] install --with-deps
98101

99-
- name: Install dependencies
100-
uses: ./.github/actions/install-dependencies
101-
102102
- name: Build
103103
run: bun run build
104104

bun.lockb

32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)