From f1a15fedb50309bf5aac4e23bef872e9cb62b128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Odini?= Date: Tue, 18 Jun 2024 12:54:11 +0200 Subject: [PATCH] ci: try to fix test CI (#329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raphaƫl Bournhonesque --- .github/workflows/quality-check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/quality-check.yml b/.github/workflows/quality-check.yml index 76818565..408583ad 100644 --- a/.github/workflows/quality-check.yml +++ b/.github/workflows/quality-check.yml @@ -37,6 +37,9 @@ jobs: # align user id echo "USER_UID=$UID" >> .env echo "PYTHON_VERSION=${{ matrix.python-version }}" >> .env + # Use dev compose file to build the image locally (instead of pulling image) + echo "COMPOSE_PATH_SEPARATOR=;" >> .env + echo "COMPOSE_FILE=docker-compose.yml;docker/dev.yml" >> .env - name: Launch tests run: make tests