Skip to content

Commit 86afd1f

Browse files
committed
Only run tests for changed files in CI, too
1 parent 76a3598 commit 86afd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm ci
2222

2323
- name: 🧪 Run tests
24-
run: npm test
24+
run: npm run test-changed
2525

2626
- name: 💄 Code style
2727
run: npm run style

0 commit comments

Comments
 (0)