Skip to content

Set all Temurin windows pipelines to use vs2022 label as that is what they are configured to run with #2314

Set all Temurin windows pipelines to use vs2022 label as that is what they are configured to run with

Set all Temurin windows pipelines to use vs2022 label as that is what they are configured to run with #2314

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: '11'
distribution: 'temurin'
- name: Run Groovy Tests
run: |
cd pipelines
./gradlew --info test