mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 10:21:37 +08:00
feat: project init
This commit is contained in:
12
.github/workflows/e2e_ios.yml
vendored
12
.github/workflows/e2e_ios.yml
vendored
@@ -159,18 +159,6 @@ jobs:
|
|||||||
key: ${{ runner.os }}-metro-v1-${{ github.run_id }}
|
key: ${{ runner.os }}-metro-v1-${{ github.run_id }}
|
||||||
restore-keys: ${{ runner.os }}-metro-v1
|
restore-keys: ${{ runner.os }}-metro-v1
|
||||||
|
|
||||||
- name: Pre-fetch Javascript bundle
|
|
||||||
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 bundle..."
|
|
||||||
curl --output /dev/null --silent --head --fail "http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false&inlineSourceMap=true"
|
|
||||||
echo "...javascript bundle ready"
|
|
||||||
|
|
||||||
- name: Create Simulator Log
|
- name: Create Simulator Log
|
||||||
# With a little delay so the detox test below has time to spawn it, missing the first part of boot is fine
|
# With a little delay so the detox test below has time to spawn it, missing the first part of boot is fine
|
||||||
# If you boot the simulator separately from detox, some other race fails and detox testee never sends ready to proxy
|
# If you boot the simulator separately from detox, some other race fails and detox testee never sends ready to proxy
|
||||||
|
Reference in New Issue
Block a user