From 33a49bfc8b728f45b7a280a661464ff83eacf478 Mon Sep 17 00:00:00 2001 From: Raynafs Date: Tue, 11 Jun 2024 17:32:09 +0300 Subject: [PATCH] remove android directory --- .github/workflows/branch.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 04447b55..61257473 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -127,7 +127,6 @@ jobs: - name: Run DataSource remote module unit and instrumentation tests and generate coverage report uses: reactivecircus/android-emulator-runner@v2 with: - working-directory: android api-level: ${{ matrix.api-level }} arch: x86_64 force-avd-creation: true @@ -137,5 +136,4 @@ jobs: - name: Upload DataSource module test coverage report to Codecov if: matrix.api-level == 30 # Only upload coverage on API level 30 - working-directory: android run: bash <(curl -s https://codecov.io/bash) -F datasource -f "**/build/reports/jacoco/" \ No newline at end of file