Skip to content

Commit

Permalink
Add imagemagick installation to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
amirRamirfatahi committed Jan 22, 2025
1 parent 3aec0d4 commit 46e85ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Create example graph
run: docker exec neo4j bash /db-graph/run-queries.sh

# - name: Install dependencies
# run: cargo build --release
- name: Install dependencies
run: sudo apt install -y imagemagick

- name: Run the service
run: |
Expand Down

0 comments on commit 46e85ca

Please sign in to comment.