diff --git a/.github/workflows/e2e_android.yml b/.github/workflows/e2e_android.yml index 0dbe13e..8343116 100644 --- a/.github/workflows/e2e_android.yml +++ b/.github/workflows/e2e_android.yml @@ -49,7 +49,7 @@ jobs: api-level: 31 arch: x86_64 avd-name: ${{ steps.device.outputs.AVD_NAME }} - script:cd Example/testHotUpdate && yarn detox test --configuration ${{ env.DETOX_CONFIGURATION }} --headless --record-logs all + script: cd Example/testHotUpdate && yarn detox test --configuration ${{ env.DETOX_CONFIGURATION }} --headless --record-logs all - name: Upload artifacts if: failure()