diff --git a/.github/workflows/e2e-android.yml b/.github/workflows/e2e-android.yml index f753562..65f6661 100644 --- a/.github/workflows/e2e-android.yml +++ b/.github/workflows/e2e-android.yml @@ -35,7 +35,7 @@ jobs: api-level: 34 arch: x86_64 avd-name: ${{ steps.device.outputs.AVD_NAME }} - script: cd test && npm i --force && npx react-native start & npx codeceptjs run --verbose + script: cd test && npm i --force && npx codeceptjs run --verbose - name: Upload artifacts if: failure()