File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,14 @@ jobs:
24
24
webTarget : web
25
25
cypress :
26
26
runs-on : ubuntu-22.04
27
- environment :
28
- name : Production
29
27
steps :
30
28
- name : Checkout
31
29
uses : actions/checkout@v4
32
30
- name : Cypress e2e
33
31
uses : cypress-io/github-action@v6
34
32
with :
35
33
start : yarn start
36
- wait-on : ' http://localhost:3001'
37
- command : yarn cypress:e2e:ci
34
+ wait-on : ' http://localhost:3000'
38
35
env :
39
36
NEXTAUTH_SECRET : ${{ secrets.NEXTAUTH_SECRET }}
40
37
NEXTAUTH_URL : ${{ secrets.NEXTAUTH_URL }}
Original file line number Diff line number Diff line change 9
9
"scripts" : {
10
10
"build" : " next build" ,
11
11
"cypress:e2e" : " start-server-and-test dev http://localhost:3000 \" cypress open --e2e --browser electron\" " ,
12
- "cypress:e2e:ci" : " start-server-and-test dev http://localhost:3001 \" cypress run --headed --e2e --browser electron\" " ,
13
12
"cypress:headless:e2e" : " start-server-and-test dev http://localhost:3000 \" cypress run --e2e --browser electron\" " ,
14
13
"dev" : " next dev" ,
15
14
"lint" : " next lint --dir pages --dir utils" ,
You can’t perform that action at this time.
0 commit comments