Skip to content

Maven Core artifacts should be in provided scoped (#83) #171

Maven Core artifacts should be in provided scoped (#83)

Maven Core artifacts should be in provided scoped (#83) #171

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
steps:
- uses: actions/checkout@v3
- name: Install
run: mvn install -B -DskipTests
- name: Test
run: mvn verify -B -DskipITs=false