Skip to content

Bump rmagick from 4.1.2 to 5.3.0 #79

Bump rmagick from 4.1.2 to 5.3.0

Bump rmagick from 4.1.2 to 5.3.0 #79

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.5
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec
- name: Report coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
# Coverage is already generated in test step, need to run anything again
coverageCommand: echo '' > /dev/null