Actions tests

pull/694/head
Mattia Iavarone 6 years ago
parent 5bd36d4e76
commit 361acfce78
  1. 11
      .github/workflows/deploy.yml

@ -8,8 +8,9 @@ jobs:
- TRAVIS: true - TRAVIS: true
- BINTRAY_USER: ${{ secrets.BINTRAY_USER }} - BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
- BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }} - BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
- uses: actions/checkout@v1 steps:
- uses: actions/setup-java@v1 - uses: actions/checkout@v1
with: - uses: actions/setup-java@v1
java-version: 1.8 with:
- run: ./gradlew bintrayUpload java-version: 1.8
- run: ./gradlew bintrayUpload

Loading…
Cancel
Save