Add wrapper-validation workflows

This commit is contained in:
daz
2024-04-10 20:50:29 -06:00
parent f1476a710d
commit 39cecc54d0
4 changed files with 221 additions and 0 deletions

View File

@@ -179,3 +179,7 @@ jobs:
uses: ./.github/workflows/integ-test-detect-java-toolchains.yml
with:
runner-os: '["ubuntu-latest"]'
wrapper-validation:
needs: [determine-suite, build-distribution]
uses: ./.github/workflows/integ-test-wrapper-validation.yml