Skip to content

Commit

Permalink
Merge pull request #68 from usefulness/test_on_rc
Browse files Browse the repository at this point in the history
Test plugin on RC Gradle version
  • Loading branch information
mateuszkwiecinski authored Sep 26, 2020
2 parents 7039e0c + a81695d commit c83bc3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
build-all-sample-apps:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gradle: [ 6.1.1, current ]
gradle: [ 6.1.1, current, rc ]
name: Run with Gradle ${{ matrix.gradle }}
steps:
- uses: actions/checkout@v2
Expand All @@ -71,7 +72,7 @@ jobs:
build-root-directory: sample
gradle-version: ${{ matrix.gradle }}
dependencies-cache-enabled: true
arguments: projectCode -PuseMavenLocal
arguments: projectCode -PuseMavenLocal --stacktrace
- uses: eskatos/gradle-command-action@v1
with:
build-root-directory: sample
Expand Down

0 comments on commit c83bc3c

Please sign in to comment.