Skip to content

Commit

Permalink
docker retry (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Sep 23, 2023
1 parent 35aac07 commit 1e97c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Run Kafka with docker-compose
run: |
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 1e97c17

Please sign in to comment.