Azure Pipeline Ruby 步骤失败且没有错误
Azure Pipeline Ruby Step fails without error
我在 Azure DevOps 上构建了一个 rubygem。我用那个步骤来使用 RSpec:
脚本:bundle exec rspec spec --format RspecJunitFormatter --out test_results/TEST-rspec.xml
显示名称:'rake spec'
执行时遇到问题:https://dev.azure.com/saigkill/hoe-manns/_build?definitionId=3
所以它returns'1'之前没有任何错误。也许我错过了什么?
As written there a system.debug = true 帮助我找出问题所在。我的一项测试失败了。
我在 Azure DevOps 上构建了一个 rubygem。我用那个步骤来使用 RSpec:
脚本:bundle exec rspec spec --format RspecJunitFormatter --out test_results/TEST-rspec.xml 显示名称:'rake spec'
执行时遇到问题:https://dev.azure.com/saigkill/hoe-manns/_build?definitionId=3
所以它returns'1'之前没有任何错误。也许我错过了什么?
As written there a system.debug = true 帮助我找出问题所在。我的一项测试失败了。