Skip to content

Commit

Permalink
sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Oct 16, 2023
1 parent 3af9596 commit 7de7e0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ jobs:
run: docker compose up &
wait-on: |
tcp:localhost:9092
tcp:localhost:9093
tail: true
log-output-if: true

- name: "Run tests"
run: make testacc
run: sleep 10 && make testacc

0 comments on commit 7de7e0a

Please sign in to comment.