Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Run everything again [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Nov 6, 2019
1 parent 84aa666 commit 3cf7f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/steps.yml
Expand Up @@ -28,7 +28,7 @@ steps:
displayName: 'gem install rspec_junit_formatter'

- script: |
ruby -r rspec_junit_formatter bin/rspec --format RspecJunitFormatter -o rspec/bundler-junit-results.xml spec/other/major_deprecation_spec.rb:382
ruby -r rspec_junit_formatter bin/rspec --format RspecJunitFormatter -o rspec/bundler-junit-results.xml || exit 0
displayName: 'ruby bin/rspec'

- task: PublishTestResults@2
Expand Down

0 comments on commit 3cf7f1c

Please sign in to comment.