Skip to content

Commit d125b6b

Browse files
committed
fix: update path to run_docker_test.sh in test-adbc-docker recipe
1 parent bb56ce8 commit d125b6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ test-adbc-docker arch="amd64,arm64":
151151
#!/usr/bin/env bash
152152
set -e
153153
echo "TESTING ADBC DuckDB via Docker ({{arch}})"
154-
bash cmd/sling/tests/pipelines/adbc/duckdb/run_docker_test.sh "{{arch}}"
154+
bash tests/pipelines/adbc/duckdb/run_docker_test.sh "{{arch}}"
155155

156156
# Clean build artifacts
157157
clean:

0 commit comments

Comments
 (0)