Skip to content

Dev/plugin decoupling #81

Dev/plugin decoupling

Dev/plugin decoupling #81

Workflow file for this run

name: Plugin CI
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: test
run: mvn clean test -ntp