Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Nov 3, 2023
1 parent ba91ad4 commit c35617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- 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@v3
if: always()
with:
Expand Down

0 comments on commit c35617e

Please sign in to comment.