Skip to content

Remove minimum Gradle version from readme #51

Remove minimum Gradle version from readme

Remove minimum Gradle version from readme #51

Workflow file for this run

# .github/workflows/gradle-build-pr.yml
name: Run integration tests
on:
push:
branches:
- master
pull_request:
jobs:
gradle:
strategy:
matrix:
task: [docTest, integrationTest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
# run the build
- uses: eskatos/[email protected]
with:
arguments: ${{ matrix.task }}
# upload build output for later inspection, if the build failed
# N.B only applies to the last task in the matrix
- uses: actions/upload-artifact@v2
if: failure()
with:
name: wholebuild #testreports
path: build #build/reports/tests