Skip to content

Bump actions/setup-java from 3.11.0 to 3.12.0 #81

Bump actions/setup-java from 3.11.0 to 3.12.0

Bump actions/setup-java from 3.11.0 to 3.12.0 #81

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test_groovy:
name: Groovy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- name: Run Groovy Tests
run: |
cd adopt-github-release
./gradlew --info test