mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 11:51:38 +08:00
feat: project init
This commit is contained in:
9
.github/workflows/e2e_ios.yml
vendored
9
.github/workflows/e2e_ios.yml
vendored
@@ -111,9 +111,12 @@ jobs:
|
|||||||
restore-keys: ${{ runner.os }}-pods-v2
|
restore-keys: ${{ runner.os }}-pods-v2
|
||||||
|
|
||||||
- name: Pod Install
|
- name: Pod Install
|
||||||
run: |
|
uses: nick-invision/retry@v2
|
||||||
gem update cocoapods xcodeproj
|
with:
|
||||||
cd ios && pod install && cd ..
|
timeout_minutes: 10
|
||||||
|
retry_wait_seconds: 30
|
||||||
|
max_attempts: 3
|
||||||
|
command: yarn tests:ios:pod:install
|
||||||
|
|
||||||
- name: Cache Firestore Emulator
|
- name: Cache Firestore Emulator
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
@@ -22,7 +22,8 @@
|
|||||||
"e2e:android": "npm run build:android-release && npm run test:android-release",
|
"e2e:android": "npm run build:android-release && npm run test:android-release",
|
||||||
"tests:emulator:prepare": "cd .github/workflows/scripts/functions && yarn && yarn build",
|
"tests:emulator:prepare": "cd .github/workflows/scripts/functions && yarn && yarn build",
|
||||||
"tests:emulator:start-ci": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh",
|
"tests:emulator:start-ci": "yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh",
|
||||||
"tests:packager:jet-ci": "cd Example/testHotUpdate && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive"
|
"tests:packager:jet-ci": "cd Example/testHotUpdate && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive",
|
||||||
|
"tests:ios:pod:install": "cd Example/testHotUpdate/ios && rm -rf RCTPushy.xcworkspace && yarn pod-install"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -63,6 +64,7 @@
|
|||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
"jest": "^29.2.1",
|
"jest": "^29.2.1",
|
||||||
"ts-jest": "^29.0.3",
|
"ts-jest": "^29.0.3",
|
||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3",
|
||||||
|
"pod-install": "^0.1.37"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user