Skip to content

Commit 4bda429

Browse files
committed
Fix test reporter config
1 parent 9c64b8e commit 4bda429

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
name: Hurl E2E Tests
1313
runs-on: ubuntu-latest
1414
needs: build
15+
permissions:
16+
checks: write
1517
steps:
1618
- name: Checkout tests
1719
uses: actions/checkout@v5
@@ -54,6 +56,5 @@ jobs:
5456
if: always() # always run even if the previous step fails
5557
with:
5658
report_paths: 'test-results.xml'
57-
suite_regex: '*'
5859
include_passed: true
5960
detailed_summary: true

0 commit comments

Comments
 (0)