File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ jobs:
100
100
--timestamps \
101
101
${{ matrix.docker-service-name }} | tee ../tests-reports/application-logs.txt
102
102
103
+ - name : Save report
104
+ if : failure()
105
+ uses :
actions/[email protected] # https://github.com/actions/upload-artifact
106
+ with :
107
+ name : ${{ matrix.docker-service-name }}-report-and-logs
108
+ path : tests-reports/
109
+
103
110
- name : Stop containers
104
111
if : always()
105
112
working-directory : docker
@@ -108,10 +115,3 @@ jobs:
108
115
--volumes \
109
116
--remove-orphans \
110
117
--rmi local
111
-
112
- - name : Save report
113
- if : failure()
114
- uses :
actions/[email protected] # https://github.com/actions/upload-artifact
115
- with :
116
- name : ${{ matrix.docker-service-name }}-report-and-logs
117
- path : tests-reports/
You can’t perform that action at this time.
0 commit comments