Skip to content

Commit eecf45e

Browse files
committed
reorder setup script
1 parent 70f983a commit eecf45e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-google-oauth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
with:
4949
node-version: "20"
5050
cache: "pnpm"
51+
- run: pnpm install
5152
- run: |
5253
pnpm dlx puppeteer browsers install chrome
53-
- run: pnpm install
5454
- name: Run test
5555
run: |
5656
for i in {1..3}; do

.github/workflows/test-zitadel-oauth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
with:
5252
node-version: "20"
5353
cache: "pnpm"
54+
- run: pnpm install
5455
- run: |
5556
pnpm dlx puppeteer browsers install chrome
56-
- run: pnpm install
5757
- name: Run test
5858
run: |
5959
for i in {1..3}; do

0 commit comments

Comments
 (0)