Tmate again.

This commit is contained in:
Nicolas Patry 2024-09-11 11:58:02 +02:00
parent 7b13fede50
commit 1c3ef1c184
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -181,6 +181,16 @@ jobs:
- name: Install - name: Install
run: | run: |
make install-integration-tests make install-integration-tests
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run tests
run: |
export DOCKER_VOLUME=/mnt/cache
export DOCKER_IMAGE=${{ needs.build-and-push.outputs.docker_image }}
export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE
pytest -s -vv integration-tests ${PYTEST_FLAGS}
- name: Run tests - name: Run tests
run: | run: |
export DOCKER_VOLUME=/mnt/cache export DOCKER_VOLUME=/mnt/cache