Skip to content

Merge pull request #7 from gcatanese/renovate/org.jacoco-jacoco-maven… #12

Merge pull request #7 from gcatanese/renovate/org.jacoco-jacoco-maven…

Merge pull request #7 from gcatanese/renovate/org.jacoco-jacoco-maven… #12

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore:
- '**/README.md'
- README.md
- .gitignore
- .gitpod.yml
- LICENSE
pull_request:
branches: [ main ]
paths-ignore:
- '**/README.md'
- README.md
- .gitignore
- .gitpod.yml
- LICENSE
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B test