Skip to content

Commit c304cbb

Browse files
committed
f
1 parent 72f657d commit c304cbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
permissions:
1414
contents: read
1515
packages: write
16-
id-token: write
1716
checks: write
1817
pull-requests: write
1918
steps:
@@ -34,3 +33,5 @@ jobs:
3433
with:
3534
report_paths: 'results/TEST-*.xml'
3635
include_passed: true
36+
require_test: true
37+
require_passed_tests: true

0 commit comments

Comments
 (0)