Skip to content

Commit

Permalink
Use nightly databend for test
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed May 17, 2024
1 parent 7e96d0b commit cbe3b3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ services:
volumes:
- ./data:/data
databend:
image: docker.io/datafuselabs/databend
# Use nightly image for testing
#
# Please remove the nightly tag once https://github.com/datafuselabs/databend/pull/15559 included
# in stable.
image: docker.io/datafuselabs/databend:nightly
environment:
- QUERY_STORAGE_TYPE=s3
- AWS_S3_ENDPOINT=http://localhost:9000
Expand Down

0 comments on commit cbe3b3a

Please sign in to comment.