Skip to content

Commit

Permalink
Fix docker compose command in action
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Oct 16, 2024
1 parent ba77375 commit 46bd6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
id: e2e
run: |
cp src/test/resources/config/keystore.p12 src/main/resources/config/keystore.p12
docker-compose -f src/main/docker/postgresql.yml up -d
docker compose -f src/main/docker/postgresql.yml up -d
./gradlew bootRun -Pprod -Pe2e-prod-test &>mp.log </dev/null &
yarn run e2e-prod
docker-compose -f src/main/docker/postgresql.yml down -v
docker compose -f src/main/docker/postgresql.yml down -v
./gradlew --stop
- name: Upload screenshots of failed e2e tests
Expand Down

0 comments on commit 46bd6ab

Please sign in to comment.