Merge branch 'master' of https://github.com/actions/runner into users/ethanchewy/compositeFileTable

This commit is contained in:
Ethan Chiu
2020-07-08 11:33:32 -04:00

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/)