updated frontend workflow
This commit is contained in:
parent
64bdb500c9
commit
eff428a449
1 changed files with 6 additions and 1 deletions
7
.github/workflows/frontend-tests.yaml
vendored
7
.github/workflows/frontend-tests.yaml
vendored
|
|
@ -24,5 +24,10 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
working-directory: frontend
|
||||
run: yarn test:ci --watchAll
|
||||
run: yarn test:ci
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
directory: frontend/coverage/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue