Skip to content

Commit d778e4f

Browse files
ci: install graphviz for ERD tests
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent fbc4cad commit d778e4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838

39+
- name: Install system dependencies
40+
run: sudo apt-get update && sudo apt-get install -y graphviz
41+
3942
- name: Start services
4043
run: docker compose up -d db minio --wait
4144
env:

0 commit comments

Comments
 (0)