Skip to content

Commit b388f6a

Browse files
guguclaude
andcommitted
fix: update GitHub Actions test command for Vitest
Remove Karma-specific flags (--browsers, --no-watch, --no-progress) that are not compatible with the Vitest test runner. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent f86eecb commit b388f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- run: cd frontend && yarn install
1515
- name: run tests
16-
run: cd frontend && yarn test --browsers=ChromeHeadlessCustom --no-watch --no-progress
16+
run: cd frontend && yarn test
1717
license:
1818
runs-on: ubuntu-latest
1919
steps:

0 commit comments

Comments
 (0)