Skip to content

Commit

Permalink
Test installing scour imagemagick separately
Browse files Browse the repository at this point in the history
  • Loading branch information
matusfaro committed Jul 26, 2023
1 parent a5e75ef commit bb91ca5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: Install dependencies
run: sudo apt install imagemagick scour
run: sudo apt-get install -y imagemagick scour
- name: Check dependencies
run: convert -version; imagemagick -version; magick -version
- name: Check dependencies
run: scour --version
- name: Maven build
timeout-minutes: 30
run: mvn clean install

0 comments on commit bb91ca5

Please sign in to comment.