CI: remove unsupported vitest args
This commit is contained in:
parent
20194d9bb7
commit
1c7991954e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
- name: Frontend unit tests
|
- name: Frontend unit tests
|
||||||
working-directory: frontend-modern
|
working-directory: frontend-modern
|
||||||
run: npm run test -- --runInBand
|
run: npm run test
|
||||||
|
|
||||||
- name: Type-check frontend
|
- name: Type-check frontend
|
||||||
working-directory: frontend-modern
|
working-directory: frontend-modern
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue