Fix typo
This commit is contained in:
parent
0db55ffbcb
commit
68ee3469a1
|
@ -67,8 +67,8 @@ every language, and they can be run as follows:
|
||||||
|
|
||||||
Filters can be for language (`python`, `java`) or test type (`hello`,
|
Filters can be for language (`python`, `java`) or test type (`hello`,
|
||||||
`lsp`). You can comma-delimit multiple filters to do a disjunction,
|
`lsp`). You can comma-delimit multiple filters to do a disjunction,
|
||||||
and space-delimit them to do a conjunction (`hello python,java`) for
|
and space-delimit them to do a conjunction (`yarn test hello
|
||||||
the `hello` tests for `python` and `java`.
|
python,java` for the `hello` tests for `python` and `java`).
|
||||||
|
|
||||||
The tests are run automatically when building the production image,
|
The tests are run automatically when building the production image,
|
||||||
and fail the build if they fail.
|
and fail the build if they fail.
|
||||||
|
|
Loading…
Reference in New Issue