Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Test QA authored and Test QA committed Jan 16, 2024
1 parent 3b434f0 commit fe33178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit fe33178

Please sign in to comment.