Skip to content

Commit 4761c32

Browse files
committed
matrix including pg with tansu on main and latest
1 parent d10f22c commit 4761c32

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
- ubuntu-latest
1717
storage:
1818
- s3://tansu/
19+
- postgres://postgres:postgres@db
20+
tansu:
21+
- ghcr.io/tansu-io/tansu:main
22+
- ghcr.io/tansu-io/tansu:latest
1923
runs-on: ${{matrix.os}}
2024
env:
2125
ADVERTISED_LISTENER_URL: tcp://[::]:9092
@@ -29,7 +33,7 @@ jobs:
2933
RUST_BACKTRACE: 1
3034
RUST_LOG: warn,tansu_server=debug,tansu_storage=debug,tansu_schema_registry=debug
3135
STORAGE_ENGINE: ${{matrix.storage}}
32-
TANSU_IMAGE: ghcr.io/tansu-io/tansu:main
36+
TANSU_IMAGE: ${{matrix.tansu}}
3337
steps:
3438
- uses: actions/checkout@v4
3539
- run: docker compose --progress plain up --no-color --quiet-pull --detach

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
venvs
33
.ropeproject
44
*.log
5+
*.egg-info

0 commit comments

Comments
 (0)