Skip to content

Commit

Permalink
create android directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynafs committed Jun 11, 2024
1 parent aec8ad2 commit 3e6070d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
subdirectory: fastlane
bundle-install-path: CACHE_BUNDLER

- name: Ensure android directory exists
run: mkdir -p android

- name: Run local tests for the combined coverage report (only API 30)
if: matrix.api-level == 30
run: ./gradlew testDebugUnitTest
Expand Down

0 comments on commit 3e6070d

Please sign in to comment.