Skip to content

Commit

Permalink
Wait more on Kakfa devenv to boot up
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Aug 12, 2022
1 parent e3615e0 commit c881647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run Zookeeper and Kafka ⚙️
run: |
docker run --detach --rm --name lensesio -p 2181:2181 -p 3030:3030 -p 8081-8083:8081-8083 -p 9581-9585:9581-9585 -p 9092:9092 -e RUNTESTS=0 -e ADV_HOST=127.0.0.1 lensesio/fast-data-dev:latest
sleep 10s
sleep 15s
- name: Run Go tests 🔬
run: go test -cover -covermode atomic -coverprofile=profile.cov -v .
Expand Down

0 comments on commit c881647

Please sign in to comment.