Skip to content

Commit

Permalink
Fix docker-compose invocation in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Jan 6, 2025
1 parent 0b53b86 commit d3e8cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
fetch-depth: 0
- run: |
docker-compose up -d minio db redis &&
docker-compose up -d cworker conductor &&
docker-compose up minio-prepare
docker compose up -d minio db redis &&
docker compose up -d cworker conductor &&
docker compose up minio-prepare
- uses: actions/setup-go@v5
with:
go-version: "1.22"
Expand Down

0 comments on commit d3e8cf7

Please sign in to comment.