Skip to content

Commit d9670a0

Browse files
committed
fixup! [#89242] use matrix
1 parent 27414a8 commit d9670a0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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

@@ -35,7 +38,7 @@ jobs:
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
@@ -49,7 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)