Skip to content

Commit

Permalink
add mvn install
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre authored Sep 21, 2020
1 parent db20255 commit 8508be5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Build with Maven
run: mvn install -DskipTests --file pom.xml

- name: Build the Docker image
run: docker build . --file Dockerfile --tag schemacrawler-additional-lints:$(date +%s)
env:
Expand Down

0 comments on commit 8508be5

Please sign in to comment.