Common cache ?

This commit is contained in:
Nicolas Patry 2024-10-04 16:29:20 +02:00
parent d78d9c0baa
commit 4e3c272e44
No known key found for this signature in database
GPG Key ID: 690EBED7128A9DC8

View File

@ -188,7 +188,7 @@ jobs:
make install-integration-tests
- name: Run tests
run: |
export DOCKER_VOLUME=/mnt2/
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 EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}"