Enabled tests run in CI

This commit is contained in:
Abdelilah El Aissaoui 2024-07-21 00:05:01 +02:00
parent 5a9e9b1038
commit a6460569eb
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -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