Skip to content

Commit

Permalink
ci: try to fix test CI (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: Raphaël Bournhonesque <[email protected]>
  • Loading branch information
raphodn and raphael0202 committed Jun 18, 2024
1 parent 9d51784 commit f1a15fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f1a15fe

Please sign in to comment.