Skip to content

Commit a47972a

Browse files
committed
Rename E2E workflow file to e2e-android.yml and update job name for clarity
1 parent 429e5b3 commit a47972a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/new.yml renamed to .github/workflows/e2e-android.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# .github/workflows/e2e-android.yml
2-
name: E2E New
1+
name: E2E - Android
32
on: push
43

54
jobs:
@@ -78,10 +77,7 @@ jobs:
7877
force-avd-creation: false
7978
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics
8079
disable-animations: false
81-
script: |
82-
cd example
83-
yarn detox test --configuration android.emu.release --headless --record-logs all
84-
cd ..
80+
script: yarn detox test --configuration android.emu.release --headless --record-logs all
8581

8682
- name: Upload artifacts
8783
if: failure()

0 commit comments

Comments
 (0)