diff --git a/.github/workflows/tests_service.yml b/.github/workflows/tests_service.yml index 61a87aa708..efc812d067 100644 --- a/.github/workflows/tests_service.yml +++ b/.github/workflows/tests_service.yml @@ -33,6 +33,7 @@ jobs: PLAYWRIGHT_SERVICE_OS: ${{ matrix.service-os }} PLAYWRIGHT_SERVICE_RUN_ID: ${{ github.run_id }}-${{ github.run_attempt }}-${{ github.sha }} - name: Zip blob report + if: always() run: zip -r test-results/blob-report-${{ matrix.browser }}-${{ matrix.service-os }}.zip test-results/blob-report - name: Upload blob report to GitHub if: always()