Bug circleci not dispatching tests according previous time to run them

(store_test_results requires a directory)
This commit is contained in:
maatinito 2020-01-24 16:31:09 -10:00 committed by Pierre de La Morinerie
parent e6fdf0d89e
commit b767f0a7f7

View file

@ -87,7 +87,7 @@ jobs:
echo $COMMAND
eval $COMMAND
- store_test_results:
path: ~/test_results/rspec.xml
path: ~/test_results
lint:
<<: *defaults
steps: