Skip to content

Commit

Permalink
remove android directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynafs committed Jun 13, 2024
1 parent 8dd1d29 commit 33a49bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/"

0 comments on commit 33a49bf

Please sign in to comment.