Skip the 'download-dist' step for full integ-test

After the '[bot] update dist directory' commit, we run a full test suite.
This will now use the content from the 'dist' directory, rather than
regenerating this content in the test.
This commit is contained in:
daz
2024-04-11 23:28:09 -06:00
committed by Daz DeBoer
parent 0261d93071
commit fb14e0ee5b
22 changed files with 119 additions and 2 deletions

View File

@@ -5,8 +5,12 @@ on:
inputs:
cache-key-prefix:
type: string
skip-dist:
type: boolean
default: false
env:
SKIP_DIST: ${{ inputs.skip-dist }}
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-custom-gradle-home-${{ inputs.cache-key-prefix }}
jobs: