Skip to content

Commit

Permalink
add renamed cli: mogrify
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Dec 25, 2024
1 parent d69cac5 commit bca447d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: check imagemagick
run: |
export PATH=${GITHUB_WORKSPACE}/vendor/imagemagick7/bin:${PATH}
which convert
convert -version
which mogrify
mogrify -version
- name: Set up Ruby 3.1.1
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -120,4 +120,5 @@ jobs:

- name: Test with RSpec
run: |
export PATH=${GITHUB_WORKSPACE}/vendor/imagemagick7/bin:${PATH}
bundle exec rails spec
File renamed without changes.

0 comments on commit bca447d

Please sign in to comment.