Skip to content

Commit

Permalink
switch to bunx
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamsheye committed Dec 1, 2024
1 parent b1d93c7 commit a6c0b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: bun install

- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: bunx playwright install --with-deps

- name: Run Playwright tests
run: npx playwright test
run: bunx playwright test
env:
LOGIN_USERNAME: ${{ secrets.LOGIN_USERNAME }}
LOGIN_PASSWORD: ${{ secrets.LOGIN_PASSWORD }}
Expand Down

0 comments on commit a6c0b4b

Please sign in to comment.