Skip to content

Commit

Permalink
Delete unneeded step
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Mar 25, 2024
1 parent bd48dae commit d61e696
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
- uses: actions/checkout@v4
- name: bundle install
run: bundle install -j$(nproc) --retry 3
- name: install simplecov-fork only for minitest with coverage
run: |
gem install specific_install
gem specific_install https://github.com/exoego/simplecov.git branch-fix
if: matrix.coverage == 'coverage'
- run: bundle exec rspec
timeout-minutes: 1
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit d61e696

Please sign in to comment.