From 10aaf14a34385973dfc4ac10463d9edf492fb8db Mon Sep 17 00:00:00 2001 From: SoXX Date: Fri, 19 Jul 2024 14:29:05 +0200 Subject: [PATCH] ci: disable cache --- .gitea/workflows/build_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_check.yaml b/.gitea/workflows/build_check.yaml index 810024c..01da39a 100644 --- a/.gitea/workflows/build_check.yaml +++ b/.gitea/workflows/build_check.yaml @@ -20,7 +20,7 @@ jobs: uses: https://gitea.com/actions/setup-go@v3 with: go-version-file: 'go.mod' - cache: true + cache: false - name: Execute Go Test files with coverage report run: TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"