Skip to content

mvm changes on hold until figure out volume mapping issues #1246

mvm changes on hold until figure out volume mapping issues

mvm changes on hold until figure out volume mapping issues #1246

Workflow file for this run

name: Plugin CI
on:
push:
branches-ignore:
- 'master'
paths-ignore:
- 'morpheus-plugin-api/**'
- '.github/workflows/build-plugin-api.yml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# Setup JDK 17
- name: Set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.17
- name: test
run: ./gradlew test --no-daemon
- name: javadoc
run: ./gradlew javadoc --no-daemon
- name: assemble
run: ./gradlew assemble --no-daemon
- uses: actions/upload-artifact@v4
with:
name: plugin-artifacts
path: plugins/