Как исправить ошибка сборки - ваши тесты не пройдены на CircleCI
[Mod Edit for translation]
How to fix a build error - your tests failed on CircleCI
Как исправить ошибка сборки - ваши тесты не пройдены на CircleCI
[Mod Edit for translation]
How to fix a build error - your tests failed on CircleCI
Здравствуй!
К сожалению, большинство людей здесь говорят только по-английски.
If you’re having a build error, please provide your CircleCI configuration file (.circleci/config.yml
) so that we can take a look.
Error processing configuration (do not restart) how to fix the error #! / bin / sh -eo pipefail
false
It looks like you dont have a valid configuration file in your repo. In order to run a build you need to have a file called .circleci/config.yml
checked into your git repository.
Do you have this file? If so, please share it here because there may be some other issue with the configuration.
If not, please create it and make sure its committed to your git repository.
If you need help getting started, please check out the guide in the documentation.
Where can i find this file?
You need to create a new file. This is the file that CircleCI uses to read and execute your build instructions.
Take a look at the structure of this project as an example.
Thank you for your help
You are welcome, I am glad that I was helpful. Good luck in your CI journey!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.