Skip to content

Commit c3e1fb3

Browse files
Mossakaclaude
andcommitted
fix: update testPathPattern to testPathPatterns for Jest 30
Jest 30 (upgraded in PR #580) renamed --testPathPattern to --testPathPatterns, breaking all 3 chroot integration test jobs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e6b55ce commit c3e1fb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-chroot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run chroot language tests
7979
run: |
8080
echo "=== Running chroot language tests ==="
81-
npm run test:integration -- --testPathPattern="chroot-languages" --verbose
81+
npm run test:integration -- --testPathPatterns="chroot-languages" --verbose
8282
env:
8383
JEST_TIMEOUT: 180000
8484

@@ -199,7 +199,7 @@ jobs:
199199
- name: Run chroot package manager tests
200200
run: |
201201
echo "=== Running chroot package manager tests ==="
202-
npm run test:integration -- --testPathPattern="chroot-package-managers" --verbose
202+
npm run test:integration -- --testPathPatterns="chroot-package-managers" --verbose
203203
env:
204204
JEST_TIMEOUT: 300000
205205

@@ -255,7 +255,7 @@ jobs:
255255
- name: Run chroot edge case tests
256256
run: |
257257
echo "=== Running chroot edge case tests ==="
258-
npm run test:integration -- --testPathPattern="chroot-edge-cases" --verbose
258+
npm run test:integration -- --testPathPatterns="chroot-edge-cases" --verbose
259259
env:
260260
JEST_TIMEOUT: 180000
261261

0 commit comments

Comments
 (0)