Skip to content

Commit

Permalink
ci: add missing quotes to test-latest-release workflow (#5715)
Browse files Browse the repository at this point in the history
Just adding missing quotes that prevented this workflow from executing
successfully.

### QA Notes
Manually triggered and confirmed the workflow now works as expected.
  • Loading branch information
midleman authored Dec 12, 2024
1 parent 34b0a28 commit ab4a431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
id: electron-e2e-tests
run: |
export DISPLAY=:10
BUILD=/usr/share/positron npx playwright test --project e2e-electron --workers 2 --grep=${{ env.PW_TAGS }}
BUILD=/usr/share/positron npx playwright test --project e2e-electron --workers 2 --grep "${{ env.PW_TAGS }}"
- name: Upload Playwright Report to S3
if: ${{ !cancelled() }}
Expand Down

0 comments on commit ab4a431

Please sign in to comment.