Always build 'dist' directory for integ-tests

This commit is contained in:
daz
2024-04-10 05:06:37 -06:00
parent 9169d36880
commit 0ebfbb8f41
21 changed files with 29 additions and 96 deletions

View File

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