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: CI测试

This commit is contained in:
steven
2023-04-03 11:21:15 +08:00
parent ffb2bf4afa
commit d7abd590b0
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-detox-build
- name: Detox build
run: yarn build:android-release
run: yarn build:android-debug
- name: Get device name
id: device
@@ -46,4 +46,4 @@ jobs:
api-level: 31
arch: x86_64
avd-name: ${{ steps.device.outputs.AVD_NAME }}
script: yarn test:android-release
script: yarn test:android-debug