From 332780ecf6216d367e9b5d2a3a4c6d0a3a5da4f3 Mon Sep 17 00:00:00 2001 From: w3stling Date: Sun, 27 Aug 2023 23:03:50 +0200 Subject: [PATCH] Updated build script --- .github/workflows/pr-check.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 36cfd83a..ac348ec9 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -42,7 +42,10 @@ jobs: uses: gradle/wrapper-validation-action@v1 - name: Build and test 🏗 - run: ./gradlew clean build + run: ./gradlew test jacocoTestReport sonarqube + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Archive build and test reports 🗃️ uses: actions/upload-artifact@v3