Skip to content

Commit

Permalink
fix in docker compose path
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 8, 2024
1 parent c3bfb45 commit ac5ba81
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-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 ac5ba81

Please sign in to comment.