Skip to content

Merge pull request #5 from T14D3/main #18

Merge pull request #5 from T14D3/main

Merge pull request #5 from T14D3/main #18

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
java-version: '16'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package install --file pom.xml
- name: Upload build artifacts
uses: actions/upload-artifact@v1
with:
name: build-artifacts
path: target/