Skip to content

Commit

Permalink
Use docker compose (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf authored Aug 2, 2024
1 parent ba038f9 commit e7905a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: go install github.com/swaggo/swag/cmd/swag@latest
timeout-minutes: 12
- name: Start docker containers for test
run: docker-compose -f "docker/testing/httpbin-test/docker-compose.yml" up -d --build
run: docker compose -f "docker/testing/httpbin-test/docker-compose.yml" up -d --build
- name: Run tests
run: |
sudo apt update
Expand Down

0 comments on commit e7905a0

Please sign in to comment.