From 916c1b973282d89796c5ce16989bedeadbcb3861 Mon Sep 17 00:00:00 2001 From: Silas Della Contrada Date: Sat, 10 Aug 2024 16:32:08 +0200 Subject: [PATCH] ci: run tests in pipeline --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9c3fe56..882fb8c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,5 +26,5 @@ jobs: release-repo-url: "https://reposilite.silenium.dev/releases" repo-username: ${{ secrets.REPOSILITE_USERNAME }} repo-password: ${{ secrets.REPOSILITE_PASSWORD }} - tests: false + tests: true java-version: 11