diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 271fb71b..6e8ae148 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -30,7 +30,7 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests - run: NODE_ENV=test playwright test + run: NODE_ENV=test npx playwright test env: PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.target_url }}