Skip to content

Update CI

Update CI #78

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Verify
uses: maveniverse/parent/.github/workflows/ci.yml@15

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "maveniverse/parent/.github/workflows/ci.yml@15" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
maven-single-run: false
jdk-matrix: '[ "17", "21" ]'
maven-test: './mvnw clean install -e -B -V'