Skip to content

Commit

Permalink
chore: ci provide only failing videos
Browse files Browse the repository at this point in the history
  • Loading branch information
reime005 committed Mar 22, 2020
1 parent 3957985 commit fe38e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
mkdir -p ./artifacts
node e2e/start-server.js &
adb reverse tcp:8080 tcp:8080
yarn e2e/test/android --record-videos all
yarn e2e/test/android --record-videos failing
- uses: actions/upload-artifact@master
name: Provide videos of failed E2E tests
if: always()
if: failure()
with:
name: android-failing-e2e-videos
path: example/RNBackgroundExample/artifacts

0 comments on commit fe38e34

Please sign in to comment.