Skip to content

Commit

Permalink
Add bash command for running custom runner (actions#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanchewy authored Jul 8, 2020
1 parent d42c9da commit 5822a38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 5822a38

Please sign in to comment.