Enabled tests run in CI
This commit is contained in:
parent
5a9e9b1038
commit
a6460569eb
7
.github/workflows/build_with_tests.yml
vendored
7
.github/workflows/build_with_tests.yml
vendored
@ -28,8 +28,11 @@ jobs:
|
||||
java-version: '17'
|
||||
distribution: 'corretto'
|
||||
architecture: x64
|
||||
- name: Tests
|
||||
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
|
||||
with:
|
||||
arguments: test
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
|
||||
with:
|
||||
arguments: build
|
||||
# TODO Add tests
|
||||
arguments: build
|
Loading…
Reference in New Issue
Block a user