Git дает возможность локально запускать скрипты, например, перед коммитом или пушем. Как вариант, можно повесить автоматический запуск тестов перед тем, как код пойдет на github и далее в CI.
#android #git #ci
https://medium.com/@enriquelopezmanas/using-git-hooks-to-improve-your-development-workflow-8f5a1fb81ec7
#android #git #ci
https://medium.com/@enriquelopezmanas/using-git-hooks-to-improve-your-development-workflow-8f5a1fb81ec7
Medium
Using Git Hooks to improve your development workflow
Recently, I was contributing for the first time to a new codebase. I extend some functionality that I needed. After thorough testing on my…
Подробный пост с простыми практическими примерами про то, как работает CI/CD. Например - запуск unit тестов при каждом pull request.
Будет полезен новичкам для вхождения в тему.
#github #ci #android
https://habr.com/ru/company/tuturu/blog/530260/
Будет полезен новичкам для вхождения в тему.
#github #ci #android
https://habr.com/ru/company/tuturu/blog/530260/
Хабр
Прокачиваем Android проект с GitHub Actions. Часть 1
Привет! Это пост для тех, кто заинтересовался возможностями GitHub Actions, но никогда не имел опыта реальной настройки build-систем. Примеры будут полезны как для прокачки собственного pet-проекта,...
Gradle плагин, который формирует отчет о новых доступных версиях dependencies.
Вызов этой таски можно оформить, как периодический CI/CD джоб, и добавить туда отправку отчета на почту.
#android #ci #gradle
https://proandroiddev.com/send-scheduled-gradle-dependency-update-report-emails-with-github-actions-8a392eee2384
Вызов этой таски можно оформить, как периодический CI/CD джоб, и добавить туда отправку отчета на почту.
#android #ci #gradle
https://proandroiddev.com/send-scheduled-gradle-dependency-update-report-emails-with-github-actions-8a392eee2384
Medium
Send scheduled Gradle dependency update report emails with Github Actions
Gradle has a cool feature, it prompts a warning to us when our dependency has a newer version available. Here is an example: