1 parent 6ef63c2 commit 944297dCopy full SHA for 944297d
1 file changed
.github/workflows/ci.yml
@@ -242,7 +242,7 @@ jobs:
242
243
- name: Run unit tests with coverage
244
working-directory: frontend
245
- run: npm test -- --coverage --watchAll=false --passWithNoTests
+ run: npm test --coverage --watchAll=false --passWithNoTests
246
247
- name: Upload coverage to Codecov
248
uses: codecov/codecov-action@v3
0 commit comments