We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f983a commit eecf45eCopy full SHA for eecf45e
.github/workflows/test-google-oauth.yml
@@ -48,9 +48,9 @@ jobs:
48
with:
49
node-version: "20"
50
cache: "pnpm"
51
+ - run: pnpm install
52
- run: |
53
pnpm dlx puppeteer browsers install chrome
- - run: pnpm install
54
- name: Run test
55
run: |
56
for i in {1..3}; do
.github/workflows/test-zitadel-oauth.yml
@@ -51,9 +51,9 @@ jobs:
57
58
59
0 commit comments