Skip to content

Commit cf34e12

Browse files
committed
.github: e2e: Wait for containers to be up
1 parent b915497 commit cf34e12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Client unit tests
4747
run: make docker-js-unit
4848

49+
- name: Check if containers are up, sleep if not
50+
run: [ "$(docker inspect --format='{{.State.Health.Status}}' isso-server)" = 'healthy' ] || sleep 5
51+
4952
- name: Client integration tests
5053
run: make docker-js-integration
5154

0 commit comments

Comments
 (0)