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 eecf45e commit 9457902Copy full SHA for 9457902
.github/workflows/test-google-oauth.yml
@@ -50,7 +50,7 @@ jobs:
50
cache: "pnpm"
51
- run: pnpm install
52
- run: |
53
- pnpm dlx puppeteer browsers install chrome
+ npx puppeteer browsers install chrome
54
- name: Run test
55
run: |
56
for i in {1..3}; do
.github/workflows/test-zitadel-oauth.yml
@@ -53,7 +53,7 @@ jobs:
57
58
59
0 commit comments