From 406bd75972f3bd1dbcea91b43db124a1fe4885c0 Mon Sep 17 00:00:00 2001 From: guilh Date: Fri, 19 Dec 2025 10:53:16 -0300 Subject: [PATCH] =?UTF-8?q?Iniciando=20Implementa=C3=A7=C3=A3o=20dos=20Tes?= =?UTF-8?q?tes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index f49b83e..275c523 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -2,9 +2,14 @@ name: Android CI on: push: - branches: [ "develop" ] + branches: + - "testes" + - "develop" + pull_request: - branches: [ "develop" ] + branches: + - "develop" + - "testes" jobs: build: @@ -31,5 +36,8 @@ jobs: - name: Run Lint run: ./gradlew lint + - name: Run Unit Tests + run: ./gradlew test + - name: Build with Gradle run: ./gradlew build \ No newline at end of file