Skip to content

Commit bade0de

Browse files
YuweiXiaoclaude
andcommitted
fix(ci): mount test/ dir excluded by .dockerignore into builder container
The .dockerignore excludes test/ so COPY . . in the builder stage never includes it. Bind-mount the checked-out test/ directory into the container at runtime so regression tests can find /build/test/regression. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7df0fec commit bade0de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
id: run-tests
5757
run: |
5858
docker run --rm \
59+
-v ${{ github.workspace }}/test:/build/test \
5960
-v /tmp/regression-output-${{ matrix.pg_version }}:/results \
6061
pg_duckpipe:builder-${{ matrix.pg_version }} bash -c '
6162
set -euo pipefail

0 commit comments

Comments
 (0)