Skip to content

Commit abcbbeb

Browse files
committed
fixup! [#86890] README: Running the template section
1 parent 9b6e82b commit abcbbeb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ renode test.resc
3030
> [!NOTE]
3131
> If you want to run this template's workflow locally, you can use [act](https://github.com/nektos/act), which allows you to run CI locally.
3232
Remember to enable `artifact-server-path` and specify the directory, to which artifacts will be uploaded. Otherwise, CI won't run successfully. Specifying `--action-offline-mode` caches Renode compilation speeding up the workflow.
33-
34-
```
35-
act --artifact-server-path=artifacts --action-offline-mode
36-
```
33+
> ```
34+
> act --artifact-server-path=artifacts --action-offline-mode
35+
> ```
3736
3837
To change the Renode version which the CI is testing against, change `renode-revision` to specific commit SHA (or tag) in [CI plumbing](.github/workflows/test.yml)
3938

0 commit comments

Comments
 (0)