Bug circleci not dispatching tests according previous time to run them
(store_test_results requires a directory)
This commit is contained in:
parent
e6fdf0d89e
commit
b767f0a7f7
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ jobs:
|
|||
echo $COMMAND
|
||||
eval $COMMAND
|
||||
- store_test_results:
|
||||
path: ~/test_results/rspec.xml
|
||||
path: ~/test_results
|
||||
lint:
|
||||
<<: *defaults
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue