Skip to content

Commit

Permalink
Fix password protecting traces on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Oct 17, 2023
1 parent 1e15d88 commit 219ceea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 219ceea

Please sign in to comment.