Skip to content

Fix language for types #11

Fix language for types

Fix language for types #11

Workflow file for this run

name: Compile and test
on:
push:
branches: [ dev, development ]
pull_request:
branches: [ main, dev, development ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Java 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Test
run: mvn -B test