1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 22:16:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

feat: fix

This commit is contained in:
steven
2023-03-30 11:24:44 +08:00
parent 4acba40f6c
commit 12edc1df7a
3 changed files with 10 additions and 10 deletions

View File

@@ -148,7 +148,7 @@ jobs:
export SKIP_BUNDLING=1
export RCT_NO_LAUNCH_PACKAGER=1
set -o pipefail
yarn build:ios-release
yarn build:ios-debug
ccache -s
shell: bash
@@ -179,4 +179,4 @@ jobs:
- name: Detox Test
timeout-minutes: 60
run: yarn test:ios-release
run: yarn test:ios-debug