Skip to content

Commit a646056

Browse files
committed
Enabled tests run in CI
1 parent 5a9e9b1 commit a646056

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build_with_tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
java-version: '17'
2929
distribution: 'corretto'
3030
architecture: x64
31+
- name: Tests
32+
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
33+
with:
34+
arguments: test
3135
- name: Build with Gradle
3236
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
3337
with:
34-
arguments: build
35-
# TODO Add tests
38+
arguments: build

0 commit comments

Comments
 (0)