diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b93f1ce..a68a463 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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: