You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,6 @@ The [Robot Framework](https://robotframework.org/) file can easily [be modified]
17
17
18
18
Feel free to modify both of these files and add other if needed e.g. by including [custom platform files](https://renode.readthedocs.io/en/latest/basic/describing_platforms.html#describing-platforms) or by [adding custom models](#overriding-existing-or-adding-new-peripheral-models-in-runtime).
19
19
20
-
If you want to run the template locally, you can execute the Robot test:
21
-
```
22
-
renode-test test.robot
23
-
```
24
-
25
-
Alternatively, you can just run Renode with script file:
26
-
```
27
-
renode test.resc
28
-
```
29
-
30
20
> [!TIP]
31
21
> If you want to run this template locally, you can use [act](https://github.com/nektos/act), which allows you to run CI locally.
32
22
Remember to specify `artifact-server-path` with the directory to which artifacts will be uploaded. Otherwise, CI won't run successfully. Enabling `--action-offline-mode` caches Renode compilation speeding up the workflow.
0 commit comments