Skip to content

Commit

Permalink
build: switch from docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 2, 2024
1 parent 43f87b8 commit e2e3427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ jobs:
- name: Test Cleanup
if: runner.os == 'Linux' && always()
run: |
docker-compose logs
docker compose logs
make clean-integration

0 comments on commit e2e3427

Please sign in to comment.