This commit is contained in:
Nicolas Patry 2024-10-02 17:07:15 +02:00
parent 92189e821d
commit 4e120c064b
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -189,7 +189,7 @@ jobs:
make install-integration-tests
- name: Run tests
run: |
docker run hello-world
docker run busybox sleep infinity
# export DOCKER_VOLUME=/mnt2/
# export DOCKER_IMAGE=${{ needs.build-and-push.outputs.docker_image }}
# export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}