Skip to content

Commit

Permalink
[CI] Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mth0158 committed Jan 15, 2025
1 parent 575323f commit 3a858be
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/minitest.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: MiniTest
name: CI
on: [push, pull_request]

jobs:
minitest:
tests:
name: Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -29,8 +32,15 @@ jobs:
- ruby: '3.0'
gemfile: rails_6_1_4
image_processor: mini_magick
runs-on: ubuntu-latest
steps:
- name: Install imagemagick
uses: mfinelli/setup-imagemagick@v6
with:
cache: true

- name: Verify imagemagick
run: magick -version

- name: Install libvips
run: sudo apt-get update && sudo apt-get -y install libvips

Expand Down

0 comments on commit 3a858be

Please sign in to comment.