Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
reime005 committed Mar 21, 2020
1 parent 8181cf0 commit 91ebb4e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,12 @@ jobs:
- name: Android test
working-directory: example/RNBackgroundExample/
timeout-minutes: 10
timeout-minutes: 8
run: |
mkdir -p ./artifacts
node e2e/start-server.js > ./artifacts/server.log &
node e2e/start-server.js &
adb reverse tcp:8080 tcp:8080
yarn e2e/test/android
# - name: Stop and collect emulator recording
# working-directory: example/RNBackgroundExample/
# if: always()
# run: |
# ps ax | grep "adb shell screenrecord" | grep -v grep | awk '{print $1}' | xargs kill -15 $1
# cd ./artifacts; adb pull /sdcard/recording.mp4; cd ..
yarn e2e/test/android --record-videos failing
- uses: actions/upload-artifact@master
name: Provide videos of failed E2E tests
Expand Down

0 comments on commit 91ebb4e

Please sign in to comment.