We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429e5b3 commit a47972aCopy full SHA for a47972a
.github/workflows/new.yml renamed to .github/workflows/e2e-android.yml
@@ -1,5 +1,4 @@
1
-# .github/workflows/e2e-android.yml
2
-name: E2E New
+name: E2E - Android
3
on: push
4
5
jobs:
@@ -78,10 +77,7 @@ jobs:
78
77
force-avd-creation: false
79
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics
80
disable-animations: false
81
- script: |
82
- cd example
83
- yarn detox test --configuration android.emu.release --headless --record-logs all
84
- cd ..
+ script: yarn detox test --configuration android.emu.release --headless --record-logs all
85
86
- name: Upload artifacts
87
if: failure()
0 commit comments