Skip to content

Commit

Permalink
Cleanup imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjaustin committed Dec 28, 2024
1 parent 0662741 commit 523f333
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,18 @@ jobs:
arguments: db:otwseed
- command: rspec
arguments: spec/controllers
imagemagick: true
- command: rspec
arguments: spec/models
imagemagick: true
- command: rspec
arguments: --exclude-pattern 'spec/{controllers,models}/**/*.rb'
imagemagick: true
libvips: true
- command: cucumber
arguments: features/admins
imagemagick: true
libvips: true
- command: cucumber
arguments: features/bookmarks
imagemagick: true
- command: cucumber
arguments: features/collections
imagemagick: true
libvips: true
- command: cucumber
arguments: features/comments_and_kudos
Expand All @@ -82,11 +76,9 @@ jobs:
vcr: true
- command: cucumber
arguments: features/other_a
imagemagick: true
libvips: true
- command: cucumber
arguments: features/other_b
imagemagick: true
libvips: true
- command: cucumber
arguments: features/prompt_memes_a
Expand All @@ -105,7 +97,6 @@ jobs:
- command: cucumber
arguments: features/works
ebook: true
imagemagick: true

steps:
- name: Check out code
Expand Down Expand Up @@ -143,10 +134,6 @@ jobs:
restore-keys: |
cassette-library-${{ hashFiles(matrix.tests.arguments) }}-
- name: Install imagemagick for image processing
if: ${{ matrix.tests.imagemagick }}
run: sudo apt-get install -y imagemagick

- name: Install libvips for image processing
if: ${{ matrix.tests.libvips }}
run: sudo apt-get install -y libvips-dev
Expand Down

0 comments on commit 523f333

Please sign in to comment.