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-07 20:42:49 -06:00
parent c0186c5832
commit 437bff62b6
4 changed files with 150 additions and 0 deletions
+5
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: