Skip to content

Update maven.yml

Update maven.yml #12

Workflow file for this run

name: Test Calendar
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Parent
run: mvn -B package --file pom.xml