Skip to content

Commit

Permalink
Merge pull request eclipse#463 from phillip-kruger/master
Browse files Browse the repository at this point in the history
Make sure graphviz is available on build
  • Loading branch information
phillip-kruger authored Sep 2, 2020
2 parents 042e614 + 6f86265 commit ae9ad9f
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 ae9ad9f

Please sign in to comment.