Skip to content

Commit

Permalink
chore: tweak cc test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoppenheimer committed May 29, 2024
1 parent 54df9b7 commit af120cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
sleep 5
sudo snap start charmed-kafka.daemon
sleep 5
sudo snap start charmed-kafka.cruise-control
sleep 20
- name: Check topic creation
run: |
Expand All @@ -86,6 +84,8 @@ jobs:
- name: Check CruiseControl state
run: |
sudo snap start charmed-kafka.cruise-control
sleep 20
state=$(curl http://localhost:9090/kafkacruisecontrol/state)
if [ "$state" != *"state: RUNNING"* ]; then
exit 1
Expand Down

0 comments on commit af120cc

Please sign in to comment.