File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,15 @@ jobs:
1212 item :
1313 - repository : ' https://github.com/renode/renode'
1414 revision : v1.16.1
15+ name : renode-stable
1516 - repository : ' https://github.com/renode/renode'
1617 revision : master
18+ name : renode-latest
1719 # Here you can add your fork of Renode to test on
1820 # - repository: 'https://github.com/your-organization/renode'
19- # revision: master
20- steps :
21+ # revision: your-branch
22+ # name: renode-custom
23+ steps :
2124 - name : Clone repository
2225 uses : actions/checkout@v5
2326
3538 - name : Archive build results
3639 uses : actions/upload-artifact@v4
3740 with :
38- name : build-results
41+ name : build-${{ matrix.item.name }}
3942 path : |
4043 artifacts
4144
4952 - name : Archive Renode simulation results
5053 uses : actions/upload-artifact@v4
5154 with :
52- name : test-results-latest
55+ name : test-results-${{ matrix.item.name }}
5356 path : |
5457 report.html
5558 log.html
You can’t perform that action at this time.
0 commit comments