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

@@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Initialize integ-test
uses: ./.github/actions/init-integ-test
- name: Generate and save dependency graph
uses: ./dependency-submission
with: