Fix DebugLineNumbersTest and run it on extended test runs. (#1294)

This commit is contained in:
modmuss
2025-04-25 19:14:38 +01:00
committed by GitHub
parent cc31f1c849
commit e62b8692d3
4 changed files with 7 additions and 5 deletions

View File

@@ -86,6 +86,7 @@ jobs:
- run: ./gradlew printActionsTestName --name="${{ matrix.test }}" test --tests ${{ matrix.test }} --stacktrace --warning-mode fail
env:
TEST_WARNING_MODE: fail
EXTENDED_TESTS: ${{ github.event.inputs.extended_tests }}
id: test
- uses: actions/upload-artifact@v4