Skip to content

Commit

Permalink
[dbs-leipzig#1447] add install to maven action (dbs-leipzig#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gómez authored Nov 21, 2019
1 parent 12c9d93 commit b676553
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn clean verify
run: |
mvn clean install -DskipTests
mvn clean verify

0 comments on commit b676553

Please sign in to comment.