Skip to content

Commit

Permalink
android single build test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed Jun 4, 2024
1 parent f1353f9 commit b8fb230
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/e2e-detox-android-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,17 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Empty disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: false
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: false

- name: ci/prepare-android-build
uses: ./.github/actions/prepare-android-build
env:
Expand Down Expand Up @@ -218,7 +229,7 @@ jobs:
- name: Set up Android SDK
uses: android-actions/setup-android@v3

- name: Liberate disk space
- name: Empty disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
Expand Down

0 comments on commit b8fb230

Please sign in to comment.