Skip to content

Commit

Permalink
re-enabled build
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed May 4, 2024
1 parent 08cb2ec commit f44139e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/testOnDevice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ jobs:
- run: cp .env.dist .env

- name: Build app for Detox
if: false #FIXME
run: node node_modules/.bin/detox build -c android-latest.emu.release
env:
googleMapsApiKey: ${{ secrets.googleMapsApiKey }}
Expand All @@ -183,7 +182,6 @@ jobs:
- name: create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
continue-on-error: true #FIXME; debug only
with:
api-level: ${{ matrix.EMULATOR_API_LEVEL }}
target: playstore
Expand Down

0 comments on commit f44139e

Please sign in to comment.