Skip to content

Commit 0bdc220

Browse files
ci: publish test results as a check report
1 parent d4214de commit 0bdc220

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
octave-tests:
1010
runs-on: ubuntu-26.04
11+
permissions:
12+
checks: write
1113
steps:
1214
- name: Checkout
1315
uses: actions/checkout@v4
@@ -25,3 +27,9 @@ jobs:
2527
CI: true
2628
run: |
2729
xvfb-run -a octave --no-gui runplotlytests.m
30+
31+
- name: Publish test results
32+
if: always()
33+
uses: EnricoMi/publish-unit-test-result-action@v2
34+
with:
35+
files: "**/test-results.xml"

0 commit comments

Comments
 (0)