Add bash command for running custom runner (#569)

This commit is contained in:
Ethan Chiu
2020-07-08 11:20:38 -04:00
committed by GitHub
parent d42c9da2d7
commit 5822a38c39

View File

@@ -51,6 +51,19 @@ cd ./src
./dev.(sh/cmd) test # run all unit tests before git commit/push
```
View logs:
```bash
cd runner/_layout/_diag
ls
cat (Runner/Worker)_TIMESTAMP.log # view your log file
```
Run Runner:
```bash
cd runner/_layout
./run.sh # run your custom runner
```
### Editors
[Using Visual Studio Code](https://code.visualstudio.com/)