Skip to content

Commit

Permalink
Fix ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Aug 29, 2024
1 parent 20412f8 commit 5a9cbd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kpm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
gem update bundler --conservative
- name: Start stack
run: |
cd kpm/docker && docker-compose -p it -f docker-compose.ci.mysql.yml up -d
cd kpm/docker && docker compose -p it -f docker-compose.ci.mysql.yml up -d
- name: Wait for stack
run: |
count=0
Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
echo "[DEBUG] killbill env"
docker exec it_killbill_1 env || true
echo "[DEBUG] db env"
docker exec it_db_1 env || true
docker exec it-db-1 env || true
echo "[DEBUG] killbill logs"
docker logs --details it_killbill_1 || true
echo "[DEBUG] killbill raw logs"
sudo cat /tmp/it/logs/killbill.out || true
echo "[DEBUG] db logs"
docker logs --details it_db_1 || true
docker logs --details it-db-1 || true

0 comments on commit 5a9cbd4

Please sign in to comment.