From b92f26560db00de000c2b0351e9a145d8185f983 Mon Sep 17 00:00:00 2001 From: Oscar Bazaldua <511911+oscb@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:49:45 -0800 Subject: [PATCH] ci: switch e2e commands --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65851d0f..65dbefe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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