File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 65
65
config : pageLoadTimeout=100000,baseUrl=http://localhost:8089
66
66
working-directory : test/
67
67
68
- - name : Check if tests failed
69
- if : ${{ failure() }}
70
- uses : mxschmitt/action-tmate@v3
68
+ # - name: Check if tests failed
69
+ # if: ${{ failure() }}
70
+ # uses: mxschmitt/action-tmate@v3
71
71
72
72
- name : Save artifact
73
73
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -72,20 +72,6 @@ services:
72
72
timeout : 5s
73
73
retries : 3
74
74
75
- # test:
76
- # build: ./test
77
- # networks:
78
- # - app-network
79
- # volumes:
80
- # - ./test:/app
81
- # environment:
82
- # - CYPRESS_BASE_URL=http://nginx:80
83
- # depends_on:
84
- # - nginx
85
- # - api
86
- # - frontend
87
- # - backend
88
-
89
75
networks :
90
76
app-network :
91
77
driver : bridge
You can’t perform that action at this time.
0 commit comments