Skip to content

Commit

Permalink
Merge pull request #4038 from GeotrekCE/fix_ci
Browse files Browse the repository at this point in the history
Hotfix CI: update E2E test to docker compose v2
  • Loading branch information
submarcos committed Apr 3, 2024
2 parents 47131d6 + 688378f commit 60b5fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ jobs:
echo 'POSTGRES_USER=ci_test' >> .env
echo 'POSTGRES_PASSWORD=ci_test' >> .env
echo 'POSTGRES_DB=ci_test' >> .env
docker-compose run web update.sh
docker compose run web update.sh
make load_data
make load_test_integration
docker-compose up -d
docker compose up -d
- name: Prepare nginx
run: |
Expand Down

0 comments on commit 60b5fb4

Please sign in to comment.