Skip to content

Commit

Permalink
[development-release] next try
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Dec 14, 2024
1 parent e8ec290 commit e009333
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
ruby-version: "3.3"
bundler-cache: false
- name: (Linter) Rubocop
run: bundle exec rake rubocop
run: bundle install && bundle exec rake rubocop
- name: (Test) RSpec
run: bundle exec rake rspec
run: bundle install && bundle exec rake rspec
specs-only-on-relevant-rubies:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
Expand All @@ -43,6 +43,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false
- name: (Linter) Rubocop
run: bundle exec rake rubocop
run: bundle install && bundle exec rake rubocop
- name: (Test) RSpec
run: bundle exec rake rspec
run: bundle install && bundle exec rake rspec

0 comments on commit e009333

Please # to comment.