Skip to content

Commit

Permalink
Change path
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Jul 24, 2024
1 parent 3c146bd commit 54b9067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: vendor/bin/phpcs

- name: Convert Image
run: /home/runner/im/imagemagick-${{ matrix.imagemagick }}/convert tests/resources/bees.gif -coalesce -resize 300x225 -deconstruct /dev/stdout
run: /home/runner/im/imagemagick-${{ matrix.imagemagick }}/bin/convert tests/resources/bees.gif -coalesce -resize 300x225 -deconstruct /dev/stdout
- name: Save Image
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 54b9067

Please sign in to comment.