Add tests
Run a local first ci script via pre-commit
Could lead to multiple minutes to commit
Create tests via prompt seperately of promoting to implement code (seperate repo?)
https://github.com/nektos/act
Github actions as ci/cd
https://dev.to/tejastn10/run-github-actions-locally-with-act-a-developers-guide-1j33
Focus on confirming login and other basic end2end tests
Series of bash scripts for ci
https://symfony.com/doc/current/testing/end_to_end.html
Panther for end2end
Phpunit for unit testing
Build and push docker image
https://docs.github.com/en/actions/tutorials/publish-packages/publish-docker-images
Load secrets via env
Add tests
Run a local first ci script via pre-commit
Could lead to multiple minutes to commit
Create tests via prompt seperately of promoting to implement code (seperate repo?)
https://github.com/nektos/act
Github actions as ci/cd
https://dev.to/tejastn10/run-github-actions-locally-with-act-a-developers-guide-1j33
Focus on confirming login and other basic end2end tests
Series of bash scripts for ci
https://symfony.com/doc/current/testing/end_to_end.html
Panther for end2end
Phpunit for unit testing
Build and push docker image
https://docs.github.com/en/actions/tutorials/publish-packages/publish-docker-images
Load secrets via env