File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ contribution quickly and easily:
77 Note that commits might be squashed by a maintainer on merge.
88- [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied.
99 This may not always be possible but is a best-practice.
10- - [ ] Run ` mvn clean verify ` to make sure basic checks pass.
10+ - [ ] Run ` mvn verify ` to make sure basic checks pass.
1111 A more thorough check will be performed on your pull request automatically.
12- - [ ] You have run the integration tests successfully (` mvn -Prun-its clean verify ` ).
12+ - [ ] You have run the integration tests successfully (` mvn -Prun-its verify ` ).
1313
1414
1515If your pull request is about ~ 20 lines of code you don't need to sign an
You can’t perform that action at this time.
0 commit comments