Add test debug

This commit is contained in:
Daz DeBoer
2026-03-18 17:23:14 -06:00
parent 5bc431108b
commit e52572a6e4
2 changed files with 13 additions and 8 deletions

View File

@@ -32,14 +32,15 @@ jobs:
needs: build-distribution
uses: ./.github/workflows/suite-integ-test-caching.yml
with:
runner-os: '["windows-latest"]'
skip-dist: false
secrets: inherit
other-integ-tests:
permissions:
contents: write
needs: build-distribution
uses: ./.github/workflows/suite-integ-test-other.yml
with:
skip-dist: false
secrets: inherit
# other-integ-tests:
# permissions:
# contents: write
# needs: build-distribution
# uses: ./.github/workflows/suite-integ-test-other.yml
# with:
# skip-dist: false
# secrets: inherit