Fix yaml
This commit is contained in:
parent
b1c6f0bff7
commit
6eab549d8a
1 changed files with 5 additions and 5 deletions
10
.github/workflows/rspec.yml
vendored
10
.github/workflows/rspec.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue