Replace 'download-dist' action with 'init-integ-test'

This action takes care of 'setup-java' as well as downloading the dist if required.
This commit is contained in:
daz
2024-04-06 12:52:36 -06:00
parent 340a6438d0
commit a3f366ddb7
23 changed files with 197 additions and 133 deletions

View File

@@ -37,8 +37,9 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Download distribution if required
uses: ./.github/actions/download-dist
- name: Initialize integ-test
uses: ./.github/actions/init-integ-test
- name: Setup Java
uses: actions/setup-java@v4
with:
@@ -69,8 +70,9 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Download distribution if required
uses: ./.github/actions/download-dist
- name: Initialize integ-test
uses: ./.github/actions/init-integ-test
- name: Setup Java
uses: actions/setup-java@v4
with: