Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1

- name: Build with Gradle
run: ./gradlew build --no-daemon -Dsnom.test.functional.gradle=${{ matrix.gradle }}
run: ./gradlew test --no-daemon -Dsnom.test.functional.gradle=${{ matrix.gradle }}
# TODO: Enable release, sonar and artifacts
#- name: Run Semantic Release
# run: |
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# stream-java

![](https://github.com/GetStream/stream-java/workflows/Java%20CI/badge.svg)

[stream-java](https://github.com/GetStream/stream-java) is a Java client for [Stream](https://getstream.io/).

You can sign up for a Stream account at https://getstream.io/get_started.
Expand Down Expand Up @@ -39,7 +41,7 @@ For examples have a look [here](https://github.com/GetStream/stream-java/tree/ma

Docs are available on [GetStream.io](http://getstream.io/docs/).

Javadocs are available [here](https://getstream.github.io/stream-java/).
JavaDoc is available [here](https://getstream.github.io/stream-java/).

### Building & Testing

Expand Down