Add tests for dependency graph failures

This commit is contained in:
daz
2024-01-12 10:11:42 -07:00
parent 6523a87c8f
commit 369fcc54d8
3 changed files with 120 additions and 0 deletions

View File

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