Skip to content

Commit

Permalink
update github actions a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblade committed Jul 19, 2024
1 parent 0a25e32 commit 441c08e
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 @@ -14,11 +14,11 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
run: npm run test
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 441c08e

Please sign in to comment.