Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jun 5, 2024
1 parent 32c506d commit 2f05f74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- uses: actions/checkout@v4

- name: Install gems
run: bundle install

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

Expand All @@ -41,5 +44,8 @@ jobs:

- uses: actions/checkout@v4

- name: Install gems
run: bundle install

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

0 comments on commit 2f05f74

Please sign in to comment.