Skip to content

Commit

Permalink
fix: change docker command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Sep 2, 2024
1 parent 2a0acb0 commit 3724dea
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 @@ -56,7 +56,7 @@ jobs:

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

# Caches
Expand Down

0 comments on commit 3724dea

Please sign in to comment.