Add basic test coverage for dependency graph

- Test workflow with dependency graph enabled
- Gradle test for init-script functionality
This commit is contained in:
daz 2023-07-05 16:43:29 -06:00
parent c0186c5832
commit 437bff62b6
No known key found for this signature in database
4 changed files with 150 additions and 0 deletions

View file

@ -50,6 +50,13 @@ jobs:
runner-os: '["ubuntu-latest"]'
download-dist: true
dependency-graph:
needs: build-distribution
uses: ./.github/workflows/integ-test-dependency-graph.yml
with:
runner-os: '["ubuntu-latest"]'
download-dist: true
execution-with-caching:
needs: build-distribution
uses: ./.github/workflows/integ-test-execution-with-caching.yml