From 2a1ab12c2ed7f113e6884f281b0dc40c847253e7 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Wed, 16 Nov 2022 17:49:16 -0700 Subject: [PATCH] Fix test workflow --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c9fc825..e5a2cf5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,6 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew assemblePlayDebug + run: ./gradlew assembleDebug - name: Run unit tests - run: ./gradlew testPlayDebugUnitTest \ No newline at end of file + run: ./gradlew testDebugUnitTest \ No newline at end of file