Ensure reproduce_comparison Compare stage cleans WS of sbom and other prepare stage artifacts #1464
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 | |
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 | |
with: | |
java-version: '11' | |
distribution: 'temurin' | |
- name: Run Groovy Tests | |
run: | | |
cd pipelines | |
./gradlew --info test |