Skip to content

Commit

Permalink
Redo CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
strzibny committed Oct 13, 2024
1 parent 2dde469 commit fe5553c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
- "3.2"
- "ruby-head"
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Install system dependencies
run: sudo apt-get install
- name: Check out code
uses: actions/checkout@v4
- name: Install Ruby dependencies
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: |
sudo apt-get install -y libmagickwand-dev
bundle exec rake test
- name: Run tests
run: bundle exec rake test

0 comments on commit fe5553c

Please sign in to comment.