Skip to content

Commit 0dd76e0

Browse files
authored
Add info on features test issue for CI (#2623)
1 parent ff939d7 commit 0dd76e0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2929
commit 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

3344
Testing and building `sdk-java` requires running temporal docker locally, execute:

0 commit comments

Comments
 (0)