File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,14 @@ jobs:
41
41
uses : actions/setup-node@v4
42
42
with :
43
43
node-version : 18
44
+ - run : npm i
44
45
- name : e2e chrome test
45
46
uses : cypress-io/github-action@v6
47
+ timeout-minutes : 5
46
48
with :
47
49
browser : chrome
48
- - run : |
49
- npm i
50
- npm run build-lib:prod
51
- npm run e2e
50
+ build : npm run build-lib:prod
51
+ start : npm start
52
+ wait-on : ' http://localhost:4200'
52
53
env :
53
54
BROWSER : chrome
Original file line number Diff line number Diff line change @@ -45,13 +45,14 @@ jobs:
45
45
uses : actions/setup-node@v4
46
46
with :
47
47
node-version : 18
48
+ - run : npm i
48
49
- name : e2e chrome test
49
50
uses : cypress-io/github-action@v6
51
+ timeout-minutes : 5
50
52
with :
51
53
browser : chrome
52
- - run : |
53
- npm i
54
- npm run build-lib:prod
55
- npm run e2e
54
+ build : npm run build-lib:prod
55
+ start : npm start
56
+ wait-on : ' http://localhost:4200'
56
57
env :
57
58
BROWSER : chrome
You can’t perform that action at this time.
0 commit comments