Skip to content

Commit

Permalink
More test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
grcevski committed Jan 24, 2024
1 parent 83688d9 commit 17f8c2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/integration/docker-compose-http2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ services:
image: hatest-testclient
environment:
TARGET_URL: "https://testserver:7373"
depends_on:
testserver:
condition: service_started

testserver:
build:
context: ../..
dockerfile: test/integration/components/gohttp2/server/Dockerfile
image: hatest-server
ports:
- "7373:7070"
testserver:
condition: service_started
- "7373:7373"

autoinstrumenter:
build:
Expand Down

0 comments on commit 17f8c2a

Please sign in to comment.