From ce3a064ff16a2ea59e7b1ab13a87d9f3522e0c05 Mon Sep 17 00:00:00 2001 From: William Dumont Date: Wed, 11 Oct 2023 14:59:33 +0200 Subject: [PATCH] wip --- .github/workflows/integration-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8c4ea2e109b5..cf0d2a0e2fc8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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