Skip to content

Commit 45836a4

Browse files
committed
ci/cd pipeline SnapshotExemption2
1 parent 80a8a0d commit 45836a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
working-directory: SmartClothingApp
2929

3030
- name: Run Tests
31-
run: npm run test -- --coverage --collectCoverageFrom='src/**/*.{js,jsx}' --coveragePathIgnorePatterns='(.*\\.snap$|<other-patterns>)'
31+
run: npm run test -- --coverage --collectCoverageFrom='src/**/*.{js,jsx}' --testPathIgnorePatterns='(_snapshots_)'
3232
working-directory: SmartClothingApp
3333

3434
- name: Success Message

0 commit comments

Comments
 (0)