File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 22
22
command : |
23
23
make dcup-full-action
24
24
25
+ - name : Cypress Fail!
26
+ if : failure()
27
+ run : |
28
+ make docker-logs
29
+
25
30
- name : Build Cypress
26
31
run : make build-npm-cypress
27
32
47
52
command : |
48
53
make dcup-full-action
49
54
55
+ - name : Cypress Fail!
56
+ if : failure()
57
+ run : |
58
+ make docker-logs
59
+
50
60
- name : Build Cypress
51
61
run : make build-npm-cypress
52
62
72
82
command : |
73
83
make dcup-full-action
74
84
85
+ - name : Cypress Fail!
86
+ if : failure()
87
+ run : |
88
+ make docker-logs
89
+
75
90
- name : Build Cypress
76
91
run : make build-npm-cypress
77
92
@@ -97,6 +112,11 @@ jobs:
97
112
command : |
98
113
make dcup-full-action
99
114
115
+ - name : Cypress Fail!
116
+ if : failure()
117
+ run : |
118
+ make docker-logs
119
+
100
120
- name : Build Cypress
101
121
run : make build-npm-cypress
102
122
Original file line number Diff line number Diff line change @@ -240,6 +240,9 @@ docker-prune:
240
240
docker system prune --all -f
241
241
docker builder prune -f
242
242
docker system prune --all --volumes -fl
243
+ docker-logs :
244
+ cd e2e; \
245
+ make docker-logs
243
246
install-coverage-python :
244
247
sudo apt install python3-pip -y
245
248
sudo pip3 install coverage
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ cypress-edge:
18
18
docker-compose -p ${GITHUB_RUN_ID} -f ../docker-compose.yml -f docker-compose.yml up --exit-code-from e2e-edge e2e-edge
19
19
build :
20
20
yarn
21
+ docker-logs :
22
+ docker-compose -p ${GITHUB_RUN_ID} -f ../docker-compose.yml -f docker-compose.yml logs
You can’t perform that action at this time.
0 commit comments