sleep to connect to the CI runner

This commit is contained in:
OlivierDehaene 2023-07-18 19:29:14 +02:00
parent 36a9bddde4
commit 45d24bea52

View File

@ -218,6 +218,7 @@ jobs:
run: | run: |
export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }} 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 }} export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
sleep 1h
pytest -s -vv integration-tests pytest -s -vv integration-tests
stop-runner: stop-runner: