ci: disable docker/rust cache temporarily and merge docker compose files (#5293)

* ci: disable docker cache temporarily and merge docker compose files

* ci: fix compose file name and options

* ci: try to disable rust cache
This commit is contained in:
Ning Sun
2025-01-06 16:23:46 +08:00
committed by GitHub
parent 96b2a5fb28
commit ddf36c8324
8 changed files with 90 additions and 119 deletions

View File

@@ -47,13 +47,10 @@ To run the integration test, please copy `.env.example` to `.env` in the project
GT_KAFKA_ENDPOINTS = localhost:9092
```
### Setup kafka standalone
### Setup kafka standalone
```
cd tests-integration/fixtures/kafka
cd tests-integration/fixtures
docker compose -f docker-compose-standalone.yml up
docker compose -f docker-compose-standalone.yml up kafka
```