From 4e45e7d5852b4d8db6100a28971442f5b63ad873 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 2 Oct 2024 10:38:31 +0200 Subject: [PATCH] Othername to avoid recursive directories. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 81876114..09302cc4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -188,7 +188,7 @@ jobs: make install-integration-tests - name: Run tests run: | - export DOCKER_VOLUME=/mnt2/cache + export DOCKER_VOLUME=/mnt2/ 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 }}"