From d8f338332b36cd68deb6579ab1c38354535f5d67 Mon Sep 17 00:00:00 2001 From: SoXX Date: Tue, 25 Jun 2024 14:56:08 +0200 Subject: [PATCH] ci: disable cache Signed-off-by: SoXX --- .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 f0e769d..92dbbf8 100644 --- a/.gitea/workflows/ build_check.yaml +++ b/.gitea/workflows/ build_check.yaml @@ -25,7 +25,7 @@ jobs: # Set this option to true if you want the action to always check for the latest available version that satisfies the version spec check-latest: false # optional # Used to specify whether caching is needed. Set to true, if you'd like to enable caching. - cache: true # optional + cache: false # optional - name: Execute Go Test files with coverage report run: go test -v ./... -json -coverprofile="coverage.out" > "test-report.out"