From 219ceea1b32be3c901f2b76107f408ea2205a147 Mon Sep 17 00:00:00 2001 From: Tim Haasdyk Date: Tue, 17 Oct 2023 09:27:06 +0200 Subject: [PATCH] Fix password protecting traces on Windows --- .github/workflows/integration-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 68572ca49..6a5c9211d 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -57,6 +57,7 @@ jobs: run: pwsh backend/Testing/Browser/mask-playwright-traces.ps1 --traceDir ./bin/playwright-traces - name: Password protect Playwright traces if: always() + shell: bash env: ZIP_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }} run: 7z a ./playwright-traces.7z ./bin/playwright-traces/*.* -p"$ZIP_PASSWORD"