Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Oct 11, 2023
1 parent 0166918 commit ce3a064
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
cache-dependency-path: |
go.sum
integration-tests/configs/otel-gen-client/go.sum
integration-tests/configs/otel-gen-server/go.sum
tools/agentlin/go.sum
- name: Set OTEL Exporter Endpoint
run: echo "OTEL_EXPORTER_ENDPOINT=http://172.17.0.1:8080" >> $GITHUB_ENV
- name: Run tests
Expand Down

0 comments on commit ce3a064

Please sign in to comment.