We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee056df commit 7cfebdcCopy full SHA for 7cfebdc
.github/workflows/build-test.yaml
@@ -1,4 +1,4 @@
1
-name: Run integration checkout test
+name: Build and run tests
2
on:
3
push:
4
branches:
@@ -56,7 +56,7 @@ jobs:
56
- name: Start
57
run: |
58
${DOCKER_CMD} compose ${TESTENV_COMPOSE_OPTS} up -d --force-recreate
59
- ${DOCKER_CMD} compose ${ANMS_COMPOSE_OPTS} up -d --force-recreate --wait
+ ${DOCKER_CMD} compose ${ANMS_COMPOSE_OPTS} up -d --force-recreate --wait --wait-timeout 600
60
- name: Status
61
62
for BADSTATUS in stopped restarting; do
0 commit comments