Skip to content

Commit

Permalink
Run maven verify on push
Browse files Browse the repository at this point in the history
  • Loading branch information
metteo committed Oct 19, 2020
1 parent 4cf5731 commit cef20bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: scalatest-maven-plugin

on: [push]

jobs:
verify:

runs-on: ubuntu-latest

steps:
- name: git
uses: actions/checkout@v2

- name: java
uses: actions/[email protected]
with:
java-version: '8'

- name: maven
run: mvn -B clean verify --file pom.xml

0 comments on commit cef20bb

Please sign in to comment.