Skip to content

Update all dependencies (main) (major) #186

Update all dependencies (main) (major)

Update all dependencies (main) (major) #186

Workflow file for this run

name: "Build"
on: pull_request
env:
JAVA_OPTS: -Xms1g -Xmx3g
jobs:
build:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
runs-on: '${{ matrix.os }}'
steps:
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 8
- name: Build and run test
run: mvn compile test