Skip to content

Commit 7de7e0a

Browse files
committed
sleep
1 parent 3af9596 commit 7de7e0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ jobs:
6363
run: docker compose up &
6464
wait-on: |
6565
tcp:localhost:9092
66-
tcp:localhost:9093
6766
tail: true
6867
log-output-if: true
6968

7069
- name: "Run tests"
71-
run: make testacc
70+
run: sleep 10 && make testacc

0 commit comments

Comments
 (0)