Skip to content

Commit

Permalink
Add CI_TEST env to setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Fallon committed May 17, 2024
1 parent 0013496 commit d02ad5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
env:
CI_TEST: true

- name: RSPEC tests
run: |
Expand Down

0 comments on commit d02ad5d

Please sign in to comment.