From 0cf00ed7675598ef26e292b59f69d694445fca91 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Thu, 14 Oct 2021 10:48:44 -0600 Subject: [PATCH] Fix test for `release-candidate` Since this is an ever-changing version, this fix removes the `gradleVersionCheck` from the invocation. --- .github/workflows/integTest-execution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integTest-execution.yml b/.github/workflows/integTest-execution.yml index 7e9202e..7723502 100644 --- a/.github/workflows/integTest-execution.yml +++ b/.github/workflows/integTest-execution.yml @@ -33,7 +33,7 @@ jobs: with: gradle-version: release-candidate build-root-directory: __tests__/samples/no-wrapper - arguments: help -DgradleVersionCheck=7.2 + arguments: help - name: Test use defined Gradle executable uses: ./ with: @@ -104,4 +104,4 @@ jobs: with: script: | core.setFailed('No build scan detected') - \ No newline at end of file +