From 7b503de78d77cba97a2ce93da33edd60c84a0e34 Mon Sep 17 00:00:00 2001 From: Pixkk <30828435+pixkk@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:40:09 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74572242..0420a02a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: run: npx cap update android - name: Build with Gradle working-directory: android - run: chmod +x gradlew; ./gradlew build -x lint + run: chmod +x gradlew; ./gradlew build -x lint -x test - name: Upload artifacts uses: actions/upload-artifact@v2 with: