File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,17 @@ Overcommit adds some requirements to your commit messages. We follow the
2828[ Chris Beams] ( http://chris.beams.io/posts/git-commit/ ) guide to writing git
2929commit messages. Read it, follow it, learn it, love it.
3030
31+ ## Running features tests in CI
32+
33+ For each PR we run the java tests from the [ features repo] ( https://github.com/temporalio/features/ ) . This requires
34+ your branch to have tags. Without tags, the features tests in CI will fail with a message like
35+ ```
36+ > Configure project :sdk-java
37+ fatal: No names found, cannot describe anything.
38+ ```
39+ This can be done resolved by running ` git fetch --tags ` on your branch. Note, make sure your fork has tags copied from
40+ the main repo.
41+
3142## Test and Build
3243
3344Testing and building ` sdk-java ` requires running temporal docker locally, execute:
You can’t perform that action at this time.
0 commit comments