Skip to content

Update dependency rmagick to v6.1.1 #525

Update dependency rmagick to v6.1.1

Update dependency rmagick to v6.1.1 #525

Workflow file for this run

name: Run tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Install test dependencies
run: |
sudo apt-get install libmagickwand-dev
bundle install --frozen --jobs 4 --retry 3 --without development
- name: Run tests
run: rake test