Actions tests

pull/694/head
Mattia Iavarone 6 years ago
parent 2db404f7af
commit 107caff454
  1. 1
      .github/workflows/build.yml
  2. 6
      .github/workflows/deploy.yml

@ -6,6 +6,7 @@ on:
- master
pull_request:
env:
TRAVIS: true
ANDROID_UNIT_TESTS_PATH: ./cameraview/build/jacoco/
ANDROID_EMULATOR_TESTS_PATH: ./cameraview/build/outputs/code_coverage/debugAndroidTest/connected
jobs:

@ -6,9 +6,9 @@ jobs:
name: Bintray Upload
runs-on: ubuntu-latest
env:
- TRAVIS: true
- BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
- BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
TRAVIS: true
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1

Loading…
Cancel
Save