Skip to content

Commit

Permalink
chore: try to fix test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Sep 2, 2024
1 parent b79b052 commit 440a210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# set project name to have a short one
COMPOSE_PROJECT_NAME=open_prices
# unify separator with windows style
COMPOSE_PATH_SEPARATOR=;
# dev is default target
COMPOSE_FILE=docker-compose.yml;docker/dev.yml

SECRET_KEY=key
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
- name: Launch tests
run: |
make build
# Display full configuration
docker compose --env-file=.env config
make tests
1 change: 1 addition & 0 deletions docker/dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# this file setup various thinks that are for dev environment

x-api-base: &api-base
image: openfoodfacts/open-prices/api:dev
build:
context: .
target: runtime-dev
Expand Down

0 comments on commit 440a210

Please sign in to comment.