From a6460569eb66c61d1b97908dccd83917e42b6401 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Sun, 21 Jul 2024 00:05:01 +0200 Subject: [PATCH] Enabled tests run in CI --- .github/workflows/build_with_tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_with_tests.yml b/.github/workflows/build_with_tests.yml index 486fc77..06dbc6a 100644 --- a/.github/workflows/build_with_tests.yml +++ b/.github/workflows/build_with_tests.yml @@ -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 \ No newline at end of file