Skip to content

Commit

Permalink
removed: device name param
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed May 4, 2024
1 parent 777a78e commit 634b08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testOnDevice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: |
node node_modules/.bin/detox test -c android-latest.emu.release --device-name="emulator-5554" --loglevel trace
node node_modules/.bin/detox test -c android-latest.emu.release --loglevel trace
# - name: Run Detox tests
# uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 634b08b

Please sign in to comment.