Open tdelhomme opened 6 years ago
A good practice would be to use workflows to test our output files, e.g. compute size of VCF (for the moment if our VCF is empty there is not an error).
look at migration steps: https://circleci.com/docs/2.0/migrating-from-1-2/#using-the-10-to-20-config-translation-endpoint
We should adapt our CircleCI tests to the new 2.0 version. Follow the guidelines, and take example of their webinars.
With 2.0, the CircleCi yaml file would not be
circle.yml
anymore but.circleci/config.yml
.Major improvement is integration of workflows.