From 81ee9237cd133057a562e2f58234b1512edc22ff Mon Sep 17 00:00:00 2001 From: ando Date: Sun, 22 Oct 2023 21:55:35 +0900 Subject: [PATCH] update --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cb5e17..2065015 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: - name: Run lint for lint the variants. run: ./gradlew lint - - name: Run unit tests for testDebugUnitTest the variants. - run: ./gradlew testDebugUnitTest + #- name: Run unit tests for testDebugUnitTest the variants. + # run: ./gradlew testDebugUnitTest - name: Build tasks (Assemble main outputs for assembleDebug the variants.) run: |