Skip to content

Commit

Permalink
ci: switch e2e commands
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Dec 5, 2023
1 parent 785f6d0 commit b92f265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Detox - Test
continue-on-error: true
run: yarn e2e e2e:ios
run: yarn e2e test:ios

run-e2e-android:
runs-on: 'macos-latest' # This is important, linux cannot run the emulator graphically for e2e tests
Expand Down Expand Up @@ -152,4 +152,4 @@ jobs:
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: yarn e2e e2e:android
script: yarn e2e test:android

0 comments on commit b92f265

Please sign in to comment.