File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - main
1010jobs :
11- build :
11+ example :
1212 environment : integration
1313 strategy :
1414 matrix :
@@ -18,14 +18,18 @@ jobs:
1818 - s3://tansu/
1919 runs-on : ${{matrix.os}}
2020 env :
21- TANSU_IMAGE : ghcr.io/tansu-io/tansu:main
22- CLUSTER_ID : kafka-python-integration
21+ ADVERTISED_LISTENER_URL : tcp://[::]:9092
2322 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
24- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
23+ AWS_ALLOW_HTTP : true
2524 AWS_DEFAULT_REGION : auto
2625 AWS_ENDPOINT : http://minio:9000
27- AWS_ALLOW_HTTP : true
26+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
27+ CLUSTER_ID : kafka-python-integration
28+ PROMETHEUS_LISTENER_URL : tcp://[::]:9100
29+ RUST_BACKTRACE : 1
30+ RUST_LOG : warn,tansu_server=debug,tansu_storage=debug,tansu_schema_registry=debug
2831 STORAGE_ENGINE : ${{matrix.storage}}
32+ TANSU_IMAGE : ghcr.io/tansu-io/tansu:main
2933 steps :
3034 - uses : actions/checkout@v4
3135 - run : docker compose --progress plain up --no-color --quiet-pull --detach
3438 - run : docker compose exec minio /usr/bin/mc mb local/tansu
3539 - uses : astral-sh/setup-uv@v5
3640 - run : uv sync --all-groups
41+ - run : uv run example.py
You can’t perform that action at this time.
0 commit comments