mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
add tmate
This commit is contained in:
parent
45d24bea52
commit
99568eef7b
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -214,11 +214,14 @@ jobs:
|
||||
- name: Install
|
||||
run: |
|
||||
make install-integration-tests
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
- name: Run tests
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user