Skip to content

Commit

Permalink
Fix docker compose in GitHub Action (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvf committed Sep 13, 2024
1 parent d8543ca commit fc1bbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Start Docker and wait for it to be up
run: |
docker-compose up --detach --build
docker compose up --detach --build
./test/docker/health-check-services.sh
- name: Install OTP and Elixir
Expand Down

0 comments on commit fc1bbdd

Please sign in to comment.