Skip to content

Commit 0d6c100

Browse files
ineskhouhrfarmer
andauthored
updated instrucitons in case people get confsued like i did (#90)
* updated instrucitons in case people get confsued like i did * Revise self-hosted runner setup instructions --------- Co-authored-by: aychar <[email protected]>
1 parent f05f118 commit 0d6c100

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/additional-resources/self-hosted-runner-setup.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,19 @@ reboot
136136

137137
- When configuring the runner in `config.sh`, ensure that when prompted, you enter `proves` as the runner group, and that you add `integration` as a label, otherwise the runner won't fit the criteria to be used for the workflow.
138138

139-
5. **Connect the PROVES hardware**: Ensure that the PROVES hardware is connected to the machine via USB.
140-
141-
6. **Run the self-hosted runner**: Start the runner using the provided script.
139+
5. **Install dependencies**: Clone the repository & set up west dependencies beforehand to ensure tests will work correctly.
140+
141+
- Assuming default paths/settings for the runner:
142+
- ```sh
143+
cd ~/actions-runner/_work
144+
mkdir proves-core-reference && cd proves-core-reference
145+
git clone https://github.com/open-source-space-foundation/proves-core-reference
146+
cd proves-core-reference
147+
make
148+
```
149+
6. **Connect the PROVES hardware**: Ensure that the PROVES hardware is connected to the machine via USB.
150+
151+
7. **Run the self-hosted runner**: Start the runner using the provided script.
142152

143153
```sh
144154
./run.sh

0 commit comments

Comments
 (0)