Skip to content

Commit

Permalink
fix(build): docker-compose is now docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Aug 2, 2024
1 parent 9a57f47 commit d0c69aa
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 @@ -52,7 +52,7 @@ jobs:

- name: Build the docker-compose stack
if: ${{ github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == '' }}
run: docker-compose -f docker-compose-ci.yml up -d
run: docker compose -f docker-compose-ci.yml up -d

# Gradle check
- name: Build with Gradle
Expand Down

0 comments on commit d0c69aa

Please # to comment.