We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fa0eb commit d4995d7Copy full SHA for d4995d7
.github/workflows/run-unit-tests.yaml
@@ -21,4 +21,4 @@ jobs:
21
node-version: '22.x'
22
cache: 'npm'
23
- run: npm ci
24
- - run: npm run test -- test/git/**.*.test.ts
+ - run: npm run test -- test/git/*.test.ts
0 commit comments