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

@@ -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