diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index 136e5028..244f8b98 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -145,8 +145,7 @@ runs: - name: RSpec Report if: always() - uses: SonicGarden/rspec-report-action@v6 + uses: SonicGarden/rspec-report-action@v5 with: token: ${{ env.GITHUB_TOKEN }} json-path: tmp/rspec_results.json - comment: false