We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904393d commit a59c908Copy full SHA for a59c908
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
working-directory: SmartClothingApp
29
30
- name: Run Tests
31
- run: npm run test
+ run: npm test -- -u
32
33
34
- name: Success Message
0 commit comments