我有一个带有Rspec测试套件的Rails应用程序。
所有测试均在本地通过。
当我进行持续集成(CircleCI)时,所有测试也都通过了。但是,尽管所有测试都通过了,但是构建的Rspec部分还是失败了。
测试输出中的最后几行是:
Finished in 6 minutes 13 seconds (files took 9.46 seconds to load)
1463 examples, 0 failures, 75 pending
Randomized with seed 46144
Requested historical based timing, but they are not present. Falling back to name based sorting
/bin/bash: line 9: spec/controllers/actions_controller_spec.rb: Permission denied
Exited with code exit status 126
如果有人可以帮助我了解这里可能发生的事情,我们将不胜感激。