Skip to content

Commit

Permalink
dynamic playwright baseurl #3036
Browse files Browse the repository at this point in the history
  • Loading branch information
emilschn committed Sep 17, 2024
1 parent ba47f60 commit d4ae237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
env:
PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.target_url }}
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit d4ae237

Please sign in to comment.