Skip to content

Commit 944297d

Browse files
committed
fixe front/back test ci
1 parent 6ef63c2 commit 944297d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242

243243
- name: Run unit tests with coverage
244244
working-directory: frontend
245-
run: npm test -- --coverage --watchAll=false --passWithNoTests
245+
run: npm test --coverage --watchAll=false --passWithNoTests
246246

247247
- name: Upload coverage to Codecov
248248
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)