Skip to content

Commit cef20bb

Browse files
committed
Run maven verify on push
1 parent 4cf5731 commit cef20bb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/maven.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: scalatest-maven-plugin
2+
3+
on: [push]
4+
5+
jobs:
6+
verify:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: git
12+
uses: actions/checkout@v2
13+
14+
- name: java
15+
uses: actions/[email protected]
16+
with:
17+
java-version: '8'
18+
19+
- name: maven
20+
run: mvn -B clean verify --file pom.xml

0 commit comments

Comments
 (0)