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 f155dc8 commit d4a1a04
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: convert tests/resources/bees.gif -coalesce -resize 300x225 -deconstruct /dev/stdout
run: /usr/local/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 d4a1a04

Please sign in to comment.