Skip to content

Commit

Permalink
Use host network (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Grassi authored Jan 5, 2024
1 parent d057dc2 commit df73f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-integration-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Run sample app
# make sure to use the host network so the container can access the collector on localhost:4317
run: docker run -d --net=host ${{ inputs.sample_name }} --rm
run: docker run -d --network host ${{ inputs.sample_name }} --rm

- name: Test trace
if: ${{ inputs.telemetry_signal == 'trace' }}
Expand Down

0 comments on commit df73f63

Please sign in to comment.