Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radovan/529 take2 #845

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
things are called different in different envs
  • Loading branch information
rtib authored and rzvoncek committed Jan 8, 2025
commit 24f7d72dbb132234f36ee9428b06b9b0ce4ff565
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -92,8 +92,8 @@ jobs:
- name: Install Debian Package and run Medusa
run: |
version=$(cat VERSION)
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
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: