We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3087b commit eaaa90dCopy full SHA for eaaa90d
.github/workflows/integration-tests.yml
@@ -100,6 +100,13 @@ jobs:
100
--timestamps \
101
${{ matrix.docker-service-name }} | tee ../tests-reports/application-logs.txt
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
+
110
- name: Stop containers
111
if: always()
112
working-directory: docker
@@ -108,10 +115,3 @@ jobs:
115
--volumes \
116
--remove-orphans \
117
--rmi local
-
- - name: Save report
113
- if: failure()
114
- uses: actions/[email protected] # https://github.com/actions/upload-artifact
- with:
- name: ${{ matrix.docker-service-name }}-report-and-logs
- path: tests-reports/
0 commit comments