Skip to content

Commit e279406

Browse files
committed
[#89242] f
1 parent d9670a0 commit e279406

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Files in the `artifacts/` directory will automatically be saved as build artifac
3535
## How does this template work
3636
3737
1. When you push a commit into your fork of this repository **AND enable workflows**, a GitHub Workflow (CI) is ran.
38-
2. `build.sh` is executed, allowing you to easily install additional dependencies
39-
3. Custom artifacts located in `artifacts` directory are uploaded
40-
4. Latest Renode is downloaded, which runs your `test.robot` test
41-
5. Test results are uploaded as `test-results-latest`
42-
6. Latest stable Renode is downloaded and tested against your Robot script
43-
7. Test results are uploaded as `test-results-stable`
38+
2. For each of selected Renode revisions
39+
1. `build.sh` is executed, allowing you to easily install additional dependencies
40+
2. Custom artifacts located in `artifacts` directory are uploaded to `build-[name]`
41+
42+
3. Renode is downloaded, which runs your `test.robot` test
43+
4. Test results are uploaded as `test-results-[name]`
4444
4545
## Important files in this repo
4646

0 commit comments

Comments
 (0)