Skip to content

Commit

Permalink
fixup! Chore(ci): Use docker image directly by the step
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Mar 28, 2024
1 parent 0964007 commit cf647e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run Playwright tests
uses: docker://mcr.microsoft.com/playwright:v1.42.1-jammy
with:
args: yarn playwright test
args: WEBSITE_URL="${{ steps.get-netlify-preview-url.outputs.url }}" yarn playwright test
env:
WEBSITE_URL: ${{ steps.get-netlify-preview-url.outputs.url }}

Expand Down

0 comments on commit cf647e0

Please sign in to comment.