Skip to content

Commit 4c9be60

Browse files
authored
Update node.js.yml
1 parent bb2bdba commit 4c9be60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/node.js.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ jobs:
4242
working-directory: ./web
4343

4444
- name: Run tests
45-
run: npm test -- --passWithNoTests
45+
run: npm test -- --passWithNoTests --testMatch="**/src/**/*.{spec,test}.{js,jsx,ts,tsx},**/src/**/__tests__/**/*.{js,jsx,ts,tsx}"
4646
working-directory: ./web
47-
47+
4848
- name: Build project
4949
run: npm run build
5050
working-directory: ./web
51+

0 commit comments

Comments
 (0)