Enable mac x64 & aarch64 reproduciable comparison build #1380
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |