chore: zip artifacts always

This commit is contained in:
Pavel 2023-07-27 11:31:13 -07:00
parent 58548640b3
commit fba344d5ed

View File

@ -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()