build(deps): bump com.cloudbees:groovy-cps from 4177.vb_203fe395445 to 4209.v83c4e257f1e9 #412
Workflow file for this run
This file contains hidden or 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: Tests | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| test: | |
| name: macos-17 | |
| runs-on: macos-latest | |
| steps: | |
| - name: Setup Java | |
| uses: actions/setup-java@v1 | |
| with: | |
| java-version: 17 | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Run Tests | |
| run: ./gradlew --no-daemon cleanTest build |