mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Always build 'dist' directory for integ-tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user