Skip to content

Commit

Permalink
Make sure graphviz is available on build
Browse files Browse the repository at this point in the history
Signed-off-by:Phillip Kruger <[email protected]>
  • Loading branch information
phillip-kruger committed Sep 2, 2020
1 parent 589e941 commit 6f86265
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
java-version: ${{matrix.java}}

- name: Install graphviz
run: sudo apt install graphviz

- name: build with maven
run: mvn -B formatter:validate verify --file pom.xml

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
java-version: 8

- name: Install graphviz
run: sudo apt install graphviz

- name: maven release ${{steps.metadata.outputs.current-version}}
run: |
java -version
Expand Down

0 comments on commit 6f86265

Please sign in to comment.