We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9e9b1 commit a646056Copy full SHA for a646056
.github/workflows/build_with_tests.yml
@@ -28,8 +28,11 @@ jobs:
28
java-version: '17'
29
distribution: 'corretto'
30
architecture: x64
31
+ - name: Tests
32
+ uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
33
+ with:
34
+ arguments: test
35
- name: Build with Gradle
36
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
37
with:
- arguments: build
-# TODO Add tests
38
+ arguments: build
0 commit comments