Skip to content

See if having some missing indicators pass tests #2

See if having some missing indicators pass tests

See if having some missing indicators pass tests #2

Workflow file for this run

name: Test
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 12
uses: actions/[email protected]
with:
java-version: 12
- name: Test with Maven
run: mvn test