diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 3538355..e7b18a3 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -27,8 +27,8 @@ jobs: - name: Run tests run: bundle exec rake spec_github - - name: Publish Test Report - uses: mikepenz/action-junit-report@v3 - if: always() # always run even if the previous step fails - with: - report_paths: 'rspec.xml' + - name: Publish Test Report + uses: mikepenz/action-junit-report@v3 + if: always() # always run even if the previous step fails + with: + report_paths: 'rspec.xml'