File tree Expand file tree Collapse file tree 1 file changed +1
-45
lines changed
Expand file tree Collapse file tree 1 file changed +1
-45
lines changed Original file line number Diff line number Diff line change 88 workflow_dispatch :
99
1010jobs :
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
You can’t perform that action at this time.
0 commit comments