Skip to content

Commit

Permalink
Remove ImageMagick binaries in libvips tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Jun 7, 2024
1 parent 50169ad commit c52ab65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ jobs:
- name: Load database schema
run: './bin/rails db:create db:schema:load db:seed'

- name: Remove ImageMagick binaries
run: |
sudo rm /usr/bin/convert /usr/bin/identify
- run: bin/rspec --tag paperclip_processing

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit c52ab65

Please sign in to comment.