From fba344d5ed86d7cf26a1c2e961431c2aa9c67bba Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 27 Jul 2023 11:31:13 -0700 Subject: [PATCH] chore: zip artifacts always --- .github/workflows/tests_service.yml | 1 + 1 file changed, 1 insertion(+) 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()