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

@ -29,6 +29,11 @@ jobs:
with:
cache-key-prefix: ${{github.run_number}}-
dependency-graph:
uses: ./.github/workflows/integ-test-dependency-graph.yml
with:
cache-key-prefix: ${{github.run_number}}-
execution-with-caching:
uses: ./.github/workflows/integ-test-execution-with-caching.yml
with: