diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 0c95ab84fb..621eaf4c3b 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -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 @@ -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 @@ -105,7 +97,6 @@ jobs: - command: cucumber arguments: features/works ebook: true - imagemagick: true steps: - name: Check out code @@ -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