Skip to content

Ensure target is reset before loading a jdk pipeline config file #1404

Ensure target is reset before loading a jdk pipeline config file

Ensure target is reset before loading a jdk pipeline config file #1404

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:
java-version: '11'
distribution: 'temurin'
- name: Run Groovy Tests
run: |
cd pipelines
./gradlew --info test