From aa5f5b9340a71c84d0324b8f810e980c876561c0 Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 16 Mar 2023 08:06:41 +0800 Subject: [PATCH] feat: project init --- .github/workflows/e2e_android.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/e2e_android.yml b/.github/workflows/e2e_android.yml index 692fcbb..d2fad83 100644 --- a/.github/workflows/e2e_android.yml +++ b/.github/workflows/e2e_android.yml @@ -146,18 +146,18 @@ jobs: key: ${{ runner.os }}-metro-v1-${{ github.run_id }} restore-keys: ${{ runner.os }}-metro-v1 - - name: Pre-fetch Javascript bundle - # Prebuild the bundle so that's fast when the app starts. - run: | - nohup yarn tests:packager:jet-ci & - printf 'Waiting for packager to come online' - until curl --output /dev/null --silent --head --fail http://localhost:8081/status; do - printf '.' - sleep 2 - done - echo "Packager is online! Preparing javascript bundle..." - curl --output /dev/null --silent --head --fail "http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&inlineSourceMap=true" - echo "...javascript bundle ready." + # - name: Pre-fetch Javascript bundle + # # Prebuild the bundle so that's fast when the app starts. + # run: | + # nohup yarn tests:packager:jet-ci & + # printf 'Waiting for packager to come online' + # until curl --output /dev/null --silent --head --fail http://localhost:8081/status; do + # printf '.' + # sleep 2 + # done + # echo "Packager is online! Preparing javascript bundle..." + # curl --output /dev/null --silent --head --fail "http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&inlineSourceMap=true" + # echo "...javascript bundle ready." - name: AVD Boot and Snapshot Creation # Only generate a snapshot with a cache miss