Add test for detection of java toolchains

This commit is contained in:
daz
2023-08-19 20:14:11 -06:00
parent 12dcfaa735
commit b17d107b8c
3 changed files with 94 additions and 0 deletions
+7
View File
@@ -124,3 +124,10 @@ jobs:
with:
runner-os: '["ubuntu-latest"]'
download-dist: true
toolchain-detection:
needs: build-distribution
uses: ./.github/workflows/integ-test-detect-java-toolchains.yml
with:
runner-os: '["ubuntu-latest"]'
download-dist: true