Skip to content

Commit bf2ec61

Browse files
committed
ci: fix frontend unit tests in test.yml - remove testPathPattern
1 parent 8480db4 commit bf2ec61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- name: Run unit tests
240240
run: |
241241
cd frontend
242-
npm test -- --coverage --watchAll=false --testPathPattern="tests/unit" --testPathIgnorePatterns='Canvas.test.js|Dashboard.test.js|App.test.js'
242+
npm test -- --coverage --watchAll=false --testPathIgnorePatterns='Canvas.test.js|Dashboard.test.js|App.test.js' --ci
243243
244244
- name: Upload coverage to Codecov
245245
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)