Skip to content

Commit

Permalink
use tester container in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rtib committed Oct 3, 2024
1 parent 13aadc6 commit ef0f603
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ jobs:
# Build debian packages
strategy:
matrix:
suite: [focal, bullseye]
suite: [focal, bullseye, bookworm]
include:
- suite: focal
os-version: ubuntu-20.04
- suite: bullseye
os-version: ubuntu-22.04
- suite: bookworm
os-version: ubuntu-22.04
fail-fast: false
runs-on: ${{ matrix.os-version }}
steps:
Expand Down Expand Up @@ -90,9 +92,8 @@ jobs:
- name: Install Debian Package and run Medusa
run: |
version=$(cat VERSION)
cd packages
sudo dpkg -i cassandra-medusa_${version}-0~${{ matrix.suite }}0_amd64.deb
medusa
docker-compose build cassandra-medusa-tester-${{ matrix.suite }}
docker-compose run cassandra-medusa-tester-${{ matrix.suite }} cassandra-medusa_${version}-0~${{ matrix.suite }}0_amd64.deb
exit $?
integration-tests:
Expand Down

0 comments on commit ef0f603

Please sign in to comment.