Skip to content

Commit d4995d7

Browse files
committed
fix: Fix test filter
1 parent e4fa0eb commit d4995d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
node-version: '22.x'
2222
cache: 'npm'
2323
- run: npm ci
24-
- run: npm run test -- test/git/**.*.test.ts
24+
- run: npm run test -- test/git/*.test.ts

0 commit comments

Comments
 (0)