File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,10 @@ jobs:
4141
4242
4343 - name : Run tests on latest Renode
44- uses : antmicro/renode-test-action@v3.1.0
44+ uses : antmicro/renode-test-action@v5
4545 with :
46- renode-version : ' latest '
46+ renode-revision : ' master '
4747 tests-to-run : ' test.robot'
48- renode-run-path : ' ${{ runner.temp }}/renode-latest'
49-
5048
5149 - name : Archive latest results
5250 uses : actions/upload-artifact@v4
@@ -57,15 +55,11 @@ jobs:
5755 log.html
5856 robot_output.xml
5957
60-
6158 - name : Run tests on Renode stable release
62- uses : antmicro/renode-test-action@v3.1.0
63- if : always()
59+ uses : antmicro/renode-test-action@v5
6460 with :
65- renode-version : ' 1.15 .0'
61+ renode-revision : ' v1.16 .0'
6662 tests-to-run : ' test.robot'
67- renode-run-path : ' ${{ runner.temp }}/renode-stable'
68-
6963
7064 - name : Archive Renode release results
7165 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments