Skip to content

Commit

Permalink
Start only the 'minio' container from docker-compose.yml
Browse files Browse the repository at this point in the history
Also, remove container cleanup task, as it was not matching the container name started by docker-compose.
  • Loading branch information
felladrin committed Jan 20, 2022
1 parent 23614b8 commit 7aa7efa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
go-version: 1.16.x
id: go
- name: Build the docker-compose stack
run: docker-compose up -d
run: docker-compose up -d minio
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.14.0
Expand All @@ -52,5 +52,3 @@ jobs:
run: task install
- name: Run test task
run: task test
- name: Remove containers
run: docker rm -f minio

0 comments on commit 7aa7efa

Please sign in to comment.