Skip to content

build(deps): bump io.jenkins.plugins:pipeline-groovy-lib from 752.vdddedf804e72 to 787.ve2fef0efdca_6 #423

build(deps): bump io.jenkins.plugins:pipeline-groovy-lib from 752.vdddedf804e72 to 787.ve2fef0efdca_6

build(deps): bump io.jenkins.plugins:pipeline-groovy-lib from 752.vdddedf804e72 to 787.ve2fef0efdca_6 #423

Workflow file for this run

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