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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ Files in the `artifacts/` directory will automatically be saved as build artifac
45
45
46
46
* [test.resc](./test.resc) - Renode script file, this is where you load the platform and set up simulation
47
47
* [test.robot](./test.robot) - [Robot Framework](https://robotframework.org/) test file, where you instruct Renode how to reproduce the erroneous behaviour
48
-
* [test.yml](./.github/workflows/test.yml) - the GH Actions script, here you can add your fork of Renode to the suite or make fundamental changes to the pipeline
49
-
* `artifacts` - any files you want the testing CI to use or store for demonstration (e.g. built binaries, logs) should end up here during the CI job
48
+
* [test.yml](./.github/workflows/test.yml#L21) - the GH Actions script, here you can add your fork of Renode to the suite or make fundamental changes to the pipeline
49
+
* [artifacts](./artifacts) - any files you want the testing CI to use or store for demonstration (e.g. built binaries, logs) should end up here during the CI job
50
50
* [build.sh](./build.sh) - a stub of a potential build script for your [test software](#providing-test-software)
51
51
* [requirements.txt](./requirements.txt) - add any Python requirements here, if needed
0 commit comments