diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index fd7b2b42e..750ca6822 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -155,6 +155,19 @@ jobs: path: e2e/test-results/ retention-days: 30 + - name: Find dmss logs + if: always() + run: | + LOGS_PATH=$(docker inspect --format='{{.LogPath}}' example-dmss-1) + mv $LOGS_PATH dmss-logs.json + + - uses: actions/upload-artifact@v3 + if: always() + with: + name: dmss-logs + path: dmss-logs.json + retention-days: 30 + - uses: actions/upload-artifact@v3 if: always() with: