1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

feat: fix

This commit is contained in:
steven 2023-03-31 21:42:13 +08:00
parent 581cd3310e
commit 65a2477932

View File

@ -49,7 +49,7 @@ jobs:
api-level: 31
arch: x86_64
avd-name: ${{ steps.device.outputs.AVD_NAME }}
script:cd Example/testHotUpdate && yarn detox test --configuration ${{ env.DETOX_CONFIGURATION }} --headless --record-logs all
script: cd Example/testHotUpdate && yarn detox test --configuration ${{ env.DETOX_CONFIGURATION }} --headless --record-logs all
- name: Upload artifacts
if: failure()