Skip to content

Merge pull request #2 from stokito/patch-1 #9

Merge pull request #2 from stokito/patch-1

Merge pull request #2 from stokito/patch-1 #9

Workflow file for this run

name: Compile and test
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compile and test
run: mvn test