Skip to content

Commit

Permalink
fix compose (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Apr 3, 2024
1 parent 57ffbcb commit b9032ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
bundler-cache: true
bundler: 'latest'

- name: Run Kafka with docker-compose
- name: Run Kafka with docker compose
run: |
docker-compose up -d || (sleep 5 && docker-compose up -d)
docker compose up -d || (sleep 5 && docker compose up -d)
- name: Wait for Kafka
run: |
Expand Down

0 comments on commit b9032ef

Please sign in to comment.