Skip to content

Support @TestInstance(Lifecycle.PER_CLASS) #78

Support @TestInstance(Lifecycle.PER_CLASS)

Support @TestInstance(Lifecycle.PER_CLASS) #78

Workflow file for this run

name: Gradle Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 14
uses: actions/setup-java@v2
with:
java-version: '14'
distribution: 'adopt'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Gradle
run: ./gradlew build