From 127d2c7a6f4ace922becda26eaffc443a08bfc80 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 7 Jan 2025 18:58:49 +0100 Subject: [PATCH] build: Migrate Gradle action Signed-off-by: Andy Scherzinger --- .github/workflows/unit-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index e066a2a96..c7c0af09f 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -27,10 +27,10 @@ jobs: with: distribution: "temurin" java-version: 17 + - name: Setup Gradle + uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2 - name: Run unit tests with coverage - uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 - with: - arguments: testGplayDebugUnit + run: ./gradlew testGplayDebugUnit - name: Upload test artifacts if: ${{ failure() }} uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0