Skip to content

Commit a59c908

Browse files
committed
Update GitHub Actions workflow to include npm test -- -u
1 parent 904393d commit a59c908

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
31+
run: npm test -- -u
3232
working-directory: SmartClothingApp
3333

3434
- name: Success Message

0 commit comments

Comments
 (0)