CI: remove unsupported vitest args

This commit is contained in:
rcourtman 2025-11-14 13:41:16 +00:00
parent c957ccd9e6
commit 98d943edf2

View file

@ -37,7 +37,7 @@ jobs:
- name: Frontend unit tests
working-directory: frontend-modern
run: npm run test -- --runInBand
run: npm run test
- name: Type-check frontend
working-directory: frontend-modern