From d0310c25622b94e21ff8d00b5f417b385a5af7d8 Mon Sep 17 00:00:00 2001 From: Craig O'Donnell Date: Thu, 5 Oct 2023 15:45:28 -0400 Subject: [PATCH] fix pact testing in ci (#97) --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6a1d59ef..0644c21d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,6 +27,7 @@ jobs: - uses: actions/setup-go@v4 with: go-version: '^1.20' + cache: false - uses: replicatedhq/action-install-pact@v1 - run: make test - if: github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository )