Skip to content

Reduce scope of hamcrest #63

Reduce scope of hamcrest

Reduce scope of hamcrest #63

Workflow file for this run

name: Concurro CI
on:
workflow_dispatch:
pull_request:
jobs:
build:
name: "Build and test"
runs-on: ubuntu-latest
steps:
- name: Checkout for build
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- name: Build with Maven
run: mvn -V -ntp -P staging -Ddash.skip verify
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: glassfish-concurro
path: target/*.jar
retention-days: 7