Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zjffun committed Aug 25, 2024
1 parent 615c549 commit 9cb2af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
if: runner.os == 'Linux'
- name: Test
run: |
xvfb-run -a yarn run test
yarn run test
yarn run test-web
if: runner.os != 'Linux'

0 comments on commit 9cb2af3

Please sign in to comment.