From 45d24bea522ed6ceb73e87b04fe9f022b0fef388 Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Tue, 18 Jul 2023 19:29:14 +0200 Subject: [PATCH] sleep to connect to the CI runner --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 124e6a33..fa706673 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -218,6 +218,7 @@ jobs: run: | export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }} export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }} + sleep 1h pytest -s -vv integration-tests stop-runner: