From aeeafe85563bd55b78c363dcabc584f65cdf23b6 Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Sat, 9 May 2020 18:52:04 -0400 Subject: [PATCH] Action for some reason had ; --- .github/workflows/android-debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-debug.yml b/.github/workflows/android-debug.yml index 6729a2bc6..7db31948c 100644 --- a/.github/workflows/android-debug.yml +++ b/.github/workflows/android-debug.yml @@ -17,7 +17,7 @@ jobs: with: java-version: 1.8 - name: Unit tests - run: bash ./gradlew test --stacktrace: + run: bash ./gradlew test --stacktrace apk: name: Generate APK