This commit is contained in:
Sven Weidauer 2022-06-05 13:00:07 +02:00
parent b1c6f0bff7
commit 6eab549d8a

View file

@ -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'