The project is https://github.com/pouchcontainer/d2p-migrator
And I added the config.yml already, see https://github.com/pouchcontainer/d2p-migrator/blob/master/.circleci/config.yml
In addition, I have followed to this project in circleci website:
But when I put forward a new pr, no ci triggered:
Could anyone to help me on this? Thanks in advance.
halfer
November 5, 2018, 7:39am
2
Your workflows
section is invalid YAML; use this parser to see. I don’t have time to dig into why it is invalid, but I am sure you can find an example to copy. It is almost certainly to do with indentation.
Thanks for your feedback. Actually I test it, and it turns out to be valid yml. I am still confused about that and wondering if my test way is correct
halfer
November 17, 2018, 6:01pm
4
Hmm, odd - I have tried all three versions in your repo, and they all seem to be fine now! I am not sure what I saw 12 days ago…
Are you getting builds on PR now? If not, do they work on push, or are they broken entirely?