From 4e3c272e44ee689d6ae4e92018a9f8fe3ea41d27 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 4 Oct 2024 16:29:20 +0200 Subject: [PATCH] Common cache ? --- .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 7e666030..147afa84 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/ + 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 }}"