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

@@ -8,8 +8,12 @@ on:
runner-os:
type: string
default: '["ubuntu-latest", "windows-latest", "macos-latest"]'
skip-dist:
type: boolean
default: false
env:
SKIP_DIST: ${{ inputs.skip-dist }}
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: build-scan-publish-${{ inputs.cache-key-prefix }}
jobs: