Skip to content

Commit bd98a13

Browse files
committed
Install graphviz for tests
1 parent 212bea4 commit bd98a13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
- phpunit-with-coverage
5656
steps:
5757
- uses: actions/checkout@v2
58+
59+
- name: Install graphviz
60+
run: sudo apt-get update && sudo apt-get install -y graphviz
61+
5862
- name: Setup PHP
5963
uses: shivammathur/setup-php@v2
6064
with:

0 commit comments

Comments
 (0)