Skip to content

Commit

Permalink
Add BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvasqm committed Sep 20, 2024
1 parent 041b997 commit 28996a7
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 @@ -25,6 +25,8 @@ jobs:
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm exec playwright test
env:
BASE_URL: ${{ secrets.BASE_URL }}
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 28996a7

Please sign in to comment.