Skip to content

Commit

Permalink
fix: action envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Dec 20, 2023
1 parent e86eeb9 commit d598ebe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ jobs:
ruby-version: ['3.1', '3.2']
experimental: [false]
include:
- version: 'head'
- ruby-version: 'head'
experimental: true
steps:
- uses: actions/checkout@v4
- name: experimental
run: 'echo "${{matrix.ruby-version}} is experimental: ${{matrix.experimental}}"'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
env:
COVERALLS_REPO_TOKEN: ${{ sescrets.COVERALLS_REPO_TOKEN }}
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
run: bundle exec rspec

0 comments on commit d598ebe

Please sign in to comment.