Check CI environment
See original GitHub issue- Investigate CircleCI option to return true even if the test fails (for the acceptance tests). If this is not possible we will keep the e2e tests out of the CI.
- Investigate CircieCI to enable
pr/push
testing. If this is possible we can disable TravisCI.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
GitLab CI/CD variables
Go to Settings > CI/CD in the project, group or instance Admin Area. Expand the Variables section. Next to the variable you want...
Read more >What is a CI/CD Environment? - PagerDuty
The CI in CI/CD stands for Continuous Integration. CI is an automation process within development that continuously builds, tests, and merges new code...
Read more >How can I access which environment is set in CodeIgniter?
ENVIRONMENT is defined in index.php that is pipeline of each CI application file, you can access anywhere e.g model, view, controller, ...
Read more >watson/is-ci: Detect if the current environment is a CI server
Returns true if the current environment is a Continuous Integration server. Please open an issue if your CI server isn't properly detected :)....
Read more >Handling Multiple Environments - CodeIgniter
You can't use it for your development. Note. You can check the current environment by spark env command: > ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Build pushed branches
is for building all the commits.Build pushed pull requests
checks the PR merged with master.I think we should include docs checking in the linter job because it is a linter for the documentation (and it takes only 1 sec 😛)
Bonus
I think we could cover the doc generation (
yarn docs
) in the linter job.