Bump io.jenkins.tools.bom:bom-2.289.x from 1090.v0a_33df40457a_ to 1500.ve4d05cd32975 #13
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: A Test master on JDK8 | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up JDK 1.8 | |
uses: actions/setup-java@v3 | |
with: | |
java-version: 8.0 | |
distribution: temurin | |
cache: maven | |
- name: Run basic tests | |
run: mvn clean verify |