Skip to content

Commit

Permalink
Small change to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Sep 2, 2023
1 parent f71fa72 commit 655bdca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: [2.7, 3.0, 3.1, 3.2, "head"]
continue-on-error: ${{ matrix.ruby == 'head' }}

ruby: [2.7, 3.0, 3.1, 3.2]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand All @@ -26,6 +24,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake
run: bundle exec rspec
- name: Linter
run: bundle exec standardrb

0 comments on commit 655bdca

Please sign in to comment.