Skip to content

Commit

Permalink
add a step to explicitly install imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Jan 9, 2025
1 parent b71497a commit 807cdb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
- name: Install imagemagick
uses: mfinelli/setup-imagemagick@v5
- name: Run all tests
# Run both in the same shell and return whether both of them passed by adding return values together.
# This way both run even if the first one fails, but if either fails, we still fail the build.
Expand Down

0 comments on commit 807cdb9

Please sign in to comment.