Skip to content

Commit

Permalink
fix: add github token to playwright ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbrntt committed Mar 21, 2024
1 parent fdc64c8 commit aabd09c
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 @@ -15,6 +15,8 @@ jobs:
node-version: 18
- name: Install dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit aabd09c

Please sign in to comment.