Skip to content

Commit 5ced4ac

Browse files
committed
remove excess job in zitadel test
1 parent 0e412d9 commit 5ced4ac

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

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

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -8,52 +8,8 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
test-google-oauth:
12-
runs-on: ubuntu-22.04
13-
env:
14-
##########################################################################
15-
# App Config
16-
##########################################################################
17-
NEXT_PUBLIC_URL: "http://localhost:3000"
18-
DATABASE_URI: "file:./payload-oauth2.db"
19-
PAYLOAD_SECRET: "hellohereisasecretforyou"
20-
21-
##########################################################################
22-
# Google OAuth Config
23-
##########################################################################
24-
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
25-
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
26-
27-
##########################################################################
28-
# Test Config
29-
##########################################################################
30-
# Optional: Set to "true" to run test browser in headless mode
31-
HEADLESS: true
32-
33-
##########################################################################
34-
# Google Test Account
35-
##########################################################################
36-
# Required: Google Test Account Email
37-
GOOGLE_TEST_EMAIL: ${{ secrets.GOOGLE_TEST_EMAIL }}
38-
39-
# Required: Google Test Account Password
40-
GOOGLE_TEST_PASSWORD: ${{ secrets.GOOGLE_TEST_PASSWORD }}
41-
42-
steps:
43-
- uses: actions/checkout@v4
44-
- uses: pnpm/action-setup@v2
45-
with:
46-
version: 9
47-
- uses: actions/setup-node@v4
48-
with:
49-
node-version: "20"
50-
cache: "pnpm"
51-
- run: |
52-
pnpx puppeteer browsers install chrome
53-
- run: pnpm install
54-
- run: pnpm test:google
5511
test-zitadel-oauth:
56-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
5713
env:
5814
##########################################################################
5915
# App Config

0 commit comments

Comments
 (0)