Skip to content

Using credentials for release tool job #90

Using credentials for release tool job

Using credentials for release tool job #90

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- 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