Skip to content

Commit 6c56326

Browse files
committed
fixup! [#89242] artifacts better expl
1 parent 705424f commit 6c56326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Files in the `artifacts/` directory will automatically be saved as build artifac
4545
4646
* [test.resc](./test.resc) - Renode script file, this is where you load the platform and set up simulation
4747
* [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
5050
* [build.sh](./build.sh) - a stub of a potential build script for your [test software](#providing-test-software)
5151
* [requirements.txt](./requirements.txt) - add any Python requirements here, if needed
5252

0 commit comments

Comments
 (0)