Skip to content

Refactor DeployedMtaDetector to use constructor injection #1

Refactor DeployedMtaDetector to use constructor injection

Refactor DeployedMtaDetector to use constructor injection #1

Workflow file for this run

name: Multiapps Controller Main
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'zulu'
- name: Build and Run Unit Tests
run: mvn clean install