Talk in English - US at php[tek] 2023
Track Name:
PHP Architect Ballroom
Short URL: https://joind.in/talk/6cba3
(QR-Code (opens in new window))
Setting up CI is probably on a list somewhere of something you want to do, but maybe have done yet. In this talk, I'll set up a CI using GitHub to run multiple jobs for checking lint and code style as well as running static analysis and tests. I'll also demonstrate how to cache dependencies for faster builds, and even export artifacts so you can use GitHub Actions to generate assets. Don't skip out if you're using another service like Bitbucket or GitLab. Everything I set up in this talk can be done within those services as well and I'll provide an example workflows at the end.
Comments
Comments are closed.
How the examples built upon each other shown were helpful for understanding how github actions work. Jason's presentation was well paced and he's an engaging speaker.
This was such a practical look at how someone might step into the world of CI/CD. As usual, JMac is great.
Great demo of how to work through using git hub actions in a real-world way.
The step by step explanations were incredible. Very good speaking, but more specifically a teacher. Great talk, thank you.
Great information. Thank you!