Skip to content

Commit

Permalink
lifecycle clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrazile committed Dec 27, 2018
1 parent 2d3c4ec commit 38f803b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,11 @@ mode, whereby they are executed normally and their results are shown.
But for build purposes, they will be accounted as "skipped" rather than
"success" or "fail" - thereby allowing builds including them to succeed.

This is done by including a comment in the test as follows:
This is done by way of a ###-tagged "lifecycle" directive in a comment:

`<!-- ### lifecycle=DRAFT ### -->`
<!-- ### lifecycle=DRAFT ### -->

The default lifecycle state is FINAL.

License
-------
Expand Down

0 comments on commit 38f803b

Please sign in to comment.