Skip to content

Commit 4f17835

Browse files
Mossakaclaude
andcommitted
fix: remove docker-warning from test patterns after test deletion
The docker-warning.test.ts file was deleted in this PR (redundant with no-docker.test.ts), but the test pattern in the CI workflow still referenced it. Remove the dead pattern to prevent silent test skipping. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 00b9eb2 commit 4f17835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-integration-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
run: |
162162
echo "=== Running container & ops tests ==="
163163
npm run test:integration -- \
164-
--testPathPatterns="(container-workdir|docker-warning|environment-variables|error-handling|exit-code-propagation|log-commands|no-docker|volume-mounts)" \
164+
--testPathPatterns="(container-workdir|environment-variables|error-handling|exit-code-propagation|log-commands|no-docker|volume-mounts)" \
165165
--verbose
166166
env:
167167
JEST_TIMEOUT: 180000

0 commit comments

Comments
 (0)