Skip to content

Rename jdk21 pipeline config to jdk21u #1475

Rename jdk21 pipeline config to jdk21u

Rename jdk21 pipeline config to jdk21u #1475

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: '11'
distribution: 'temurin'
- name: Run Groovy Tests
run: |
cd pipelines
./gradlew --info test