-
Notifications
You must be signed in to change notification settings - Fork 176
40 lines (30 loc) · 1.09 KB
/
test-results.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Test Report
permissions:
checks: write
pull-requests: write
on:
workflow_call:
jobs:
test_report:
runs-on: ubuntu-latest
steps:
- name: Download Results for Matlab R2022b
uses: actions/download-artifact@v4
with:
name: test-results-matlab-R2022b
path: test-results/matlab-R2022b
- name: Download Results for Matlab Latest
uses: actions/download-artifact@v4
with:
name: test-results-matlab-latest
path: test-results/matlab-latest
- name: Download Results for Octave
uses: actions/download-artifact@v4
with:
name: test-results-octave
path: test-results/octave
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: |
test-results/*/testresults.xml