Skip to content

Commit

Permalink
Fix env issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Dec 20, 2023
1 parent 14b3ed5 commit 1081367
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
run: npx playwright install

- name: Run Playwright
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WP_ADMIN_PASSWORD: ${{ secrets.WP_ADMIN_PASSWORD }}
run: npm run test:e2e
if: ${{ success() || failure() }}

0 comments on commit 1081367

Please sign in to comment.