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: