add debug

Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
Adrien 2024-07-18 15:36:53 +02:00
parent e77eff6fa1
commit a76aed4f72
No known key found for this signature in database
GPG Key ID: 13A249A288DE0DAB

View File

@ -183,3 +183,7 @@ jobs:
export HF_TOKEN=${{ secrets.HF_TOKEN }} export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE echo $DOCKER_IMAGE
pytest -x -s -vv integration-tests ${PYTEST_FLAGS} pytest -x -s -vv integration-tests ${PYTEST_FLAGS}
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30