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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Files in the `artifacts/` directory will automatically be saved as build artifac
46
46
47
47
* `test.resc` - Renode script file, this is where you set up and load the platform
48
48
* `test.robot` - [Robot Framework](https://robotframework.org/) test file, where you instruct Renode how to reproduce the erroneous behaviour
49
-
* `.github/workflows` - the GH Actions plumbing; touch it only if you want to make some fundamental changes
49
+
* `.github/workflows` - the GH Actions script, modify it when you need to change `renode-revision`, `renode-repository` or to make fundamental changes to the pipeline
50
50
* `artifacts` - any files you want the CI to store for demonstration (e.g. logs) should end up here during the CI job
51
51
* `build.sh` - a stub of a potential build script for your [test software](#providing-test-software)
52
52
* `requirements.txt` - add any Python requirements here, if needed
0 commit comments