Skip to content

Separate and reuse github workflows #1

Separate and reuse github workflows

Separate and reuse github workflows #1

Workflow file for this run

# https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
name: Maven CI
on:
- push
- pull_request
- workflow_dispatch
jobs:
test:
# todo: specify version instead of temporary branch
uses: FAIRDataTeam/github-workflows/.github/workflows/maven-verify.yml@issue5-inputs