This commit is contained in:
Guillaume LEGENDRE 2024-09-10 16:23:49 +02:00 committed by GitHub
parent b404b1dffe
commit c85eeb18cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,7 +187,7 @@ jobs:
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }} authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
debugEnabled: "1" debugEnabled: "1"
debug: "1" debug: "1"
waitForSssh: true waitForSSH: true
- name: Run tests - name: Run tests
run: | run: |
export DOCKER_VOLUME=/mnt/cache export DOCKER_VOLUME=/mnt/cache
@ -197,6 +197,7 @@ jobs:
echo $DOCKER_IMAGE echo $DOCKER_IMAGE
pytest -s -vv integration-tests ${PYTEST_FLAGS} pytest -s -vv integration-tests ${PYTEST_FLAGS}
- name: Wait for SSH - name: Wait for SSH
if: ${{ always() }}
run : | run : |
sleep 30s sleep 5m
while [ "$(last | grep '^runner.*still logged in$')" ]; do sleep 1m; done while [ "$(last | grep '^runner.*still logged in$')" ]; do sleep 1m; done