Merge remote-tracking branch 'spc/dev' into dev #71
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gradle build | |
on: | |
push: | |
branches: [ dev, master ] | |
pull_request: | |
jobs: | |
build: | |
runs-on: windows-latest | |
timeout-minutes: 20 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/[email protected] | |
with: | |
java-version: '11' | |
distribution: 'liberica' | |
cache: 'gradle' | |
- name: Gradle Wrapper Validation | |
uses: gradle/[email protected] | |
- name: Gradle Build | |
uses: gradle/[email protected] | |
with: | |
arguments: test jvmTest |