Skip to content

Commit 238aad8

Browse files
author
Nicole Lopez
committed
add info about testing to the readme
use diff formatting typosss
1 parent 6db5ab6 commit 238aad8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ cd ruby
6060
rake
6161
```
6262

63+
To test your plugin in your builds prior to opening a pull request, you can refer to your fork and SHA from a branch in your `pipeline.yml`.
64+
65+
```
66+
steps:
67+
- label: Annotate
68+
plugins:
69+
YourGithubHandle/junit-annotate#sha:
70+
...
71+
```
72+
6373
## License
6474
6575
MIT (see [LICENSE](LICENSE))

0 commit comments

Comments
 (0)