Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jun 10, 2024
1 parent 197b1d7 commit 7e6c9df
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,28 @@ jobs:
jruby-9.2, jruby-9.3, jruby-9.4]

steps:
- uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- uses: actions/checkout@v4

- name: Install gems
run: bundle install

- name: Tests
run: ENV=CI bundle exec rake spec

rubocop:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.ruby_version }}
bundler-cache: true

- uses: actions/checkout@v4

- name: Install gems
run: bundle install

- name: Rubocop
run: ENV=CI bundle exec rubocop

0 comments on commit 7e6c9df

Please sign in to comment.