Skip to content

Commit

Permalink
Rename E2E workflow file to e2e-android.yml and update job name for c…
Browse files Browse the repository at this point in the history
…larity
  • Loading branch information
lposen committed Oct 17, 2024
1 parent 429e5b3 commit a47972a
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# .github/workflows/e2e-android.yml
name: E2E New
name: E2E - Android
on: push

jobs:
Expand Down Expand Up @@ -78,10 +77,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics
disable-animations: false
script: |
cd example
yarn detox test --configuration android.emu.release --headless --record-logs all
cd ..
script: yarn detox test --configuration android.emu.release --headless --record-logs all

- name: Upload artifacts
if: failure()
Expand Down

0 comments on commit a47972a

Please sign in to comment.