From 2f75a83b270413b55b656fde473fd89f2b09d911 Mon Sep 17 00:00:00 2001 From: William Dumont Date: Wed, 11 Oct 2023 11:17:56 +0200 Subject: [PATCH] remove redondant caching --- .github/workflows/integration-tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e919c79241cc..50c992a9471e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -23,15 +23,6 @@ jobs: with: go-version: "1.21.0" cache-dependency-path: "**/*.sum" - - name: Cache Go dependencies - uses: actions/cache@v3 - with: - path: | - ~/go/pkg/mod - ~/.cache/go-build - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - name: Set OTEL Exporter Endpoint run: echo "OTEL_EXPORTER_ENDPOINT=http://172.17.0.1:8080" >> $GITHUB_ENV - name: Run tests