We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b915497 commit cf34e12Copy full SHA for cf34e12
.github/workflows/e2e-tests.yml
@@ -46,6 +46,9 @@ jobs:
46
- name: Client unit tests
47
run: make docker-js-unit
48
49
+ - name: Check if containers are up, sleep if not
50
+ run: [ "$(docker inspect --format='{{.State.Health.Status}}' isso-server)" = 'healthy' ] || sleep 5
51
+
52
- name: Client integration tests
53
run: make docker-js-integration
54
0 commit comments