Skip to content

Commit

Permalink
chore: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Dec 19, 2024
1 parent 539b69b commit e0769f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
run: pnpm install
- name: test
run: pnpm test
- name: Run Playwright tests
run: |
pnpm exec playwright install chromium
pnpm exec playwright test
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
Expand Down

0 comments on commit e0769f1

Please sign in to comment.