From 6bc48e2a83473d6c1358a25312105570c468e176 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 24 Mar 2025 13:44:25 -0700 Subject: [PATCH 1/2] Revert "Update SonicGarden/rspec-report-action action to v6 (#344)" This reverts commit a666f0dbb8d34fbab53d5e4b308d6f1634f2242c. --- .github/actions/test-ruby/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index 136e5028..b4b1df7a 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -145,7 +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 From 92369dc9f3c6651c93c3ebd8909040daffb2ee2c Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 24 Mar 2025 13:45:10 -0700 Subject: [PATCH 2/2] Revert "Disable rspec report comment (#366)" This reverts commit a583a9bf234991a769be62ae7701b5d0686e5bc2. --- .github/actions/test-ruby/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index b4b1df7a..244f8b98 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -149,4 +149,3 @@ runs: with: token: ${{ env.GITHUB_TOKEN }} json-path: tmp/rspec_results.json - comment: false