chore: always run tests for coverage

This commit is contained in:
Stefan Benz
2025-07-09 16:56:16 +02:00
parent 8459edeff8
commit 8be30f7450
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ on:
jobs:
test:
outputs:
unit_test_report: true
unit_test_report: "true"
runs-on: ubuntu-latest
steps:
-