Skip to content

Commit

Permalink
Set up GraphViz in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Aug 5, 2024
1 parent c01356f commit 63e6b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
# Builds on other branches will only read existing entries from the cache.
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}

- name: Set up GraphViz
uses: ts-graphviz/setup-graphviz@v2

- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 63e6b6c

Please sign in to comment.