From 92e8e4bbcdf2417836caf6bb4995adb0e4a5ea35 Mon Sep 17 00:00:00 2001 From: Vasi Vasireddy Date: Fri, 2 Feb 2024 22:54:02 -0800 Subject: [PATCH] Run contract tests with no cache --- .github/workflows/main-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 0cd60078ed..901492216f 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -221,7 +221,7 @@ jobs: - name: Build snapshot with Gradle uses: gradle/gradle-build-action@v2 with: - arguments: contractTests -PlocalDocker=true + arguments: contractTests -PlocalDocker=true --no-build-cache # AppSignals specific e2e tests appsignals-e2e-eks-test: