File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 51
51
- run : |
52
52
pnpx puppeteer browsers install chrome
53
53
- run : pnpm install
54
- - run : pnpm test
54
+ - run : pnpm test:google
55
55
test-zitadel-oauth :
56
56
runs-on : ubuntu-latest
57
57
env :
98
98
- run : |
99
99
pnpx puppeteer browsers install chrome
100
100
- run : pnpm install
101
- - run : pnpm test
101
+ - run : pnpm test:zitadel
Original file line number Diff line number Diff line change 25
25
"dev:start" : " cross-env NODE_OPTIONS=--no-deprecation next start dev" ,
26
26
"build" : " tsc" ,
27
27
"test" : " cd test && jest --config=./jest.config.js --runInBand" ,
28
+ "test:google" : " cd test && jest --config=./jest.config.js test/google.spec.ts" ,
29
+ "test:zitadel" : " cd test && jest --config=./jest.config.js test/zitadel.spec.ts" ,
28
30
"format" : " prettier --write src dev" ,
29
31
"payload" : " cd dev && cross-env NODE_OPTIONS=--no-deprecation payload" ,
30
32
"dev:lint" : " cd dev && cross-env NODE_OPTIONS=--no-deprecation next lint" ,
You can’t perform that action at this time.
0 commit comments