mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Always build 'dist' directory for integ-tests
This commit is contained in:
4
.github/actions/init-integ-test/action.yml
vendored
4
.github/actions/init-integ-test/action.yml
vendored
@@ -9,10 +9,8 @@ runs:
|
||||
distribution: 'temurin'
|
||||
java-version: 11
|
||||
|
||||
# Downloads a 'dist' directory artifact that was uploaded in an earlier step
|
||||
# We control this with an environment variable to allow for easier global configuration.
|
||||
# Downloads a 'dist' directory artifact that was uploaded in an earlier 'build-dist' step
|
||||
- name: Download dist
|
||||
if: ${{ env.DOWNLOAD_DIST == 'true' }}
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
|
||||
Reference in New Issue
Block a user