File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
37371. 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
You can’t perform that action at this time.
0 commit comments