Jean Tessier’s Reviews > GitHub Actions in Action: Continuous integration and delivery for DevOps > Status Update

Jean Tessier
Jean Tessier is on page 158 of 256
We're getting into a more "real life" example. Too bad it's in .NET. Who thought it would be a good idea to have a hardcoded test summary instead of building one from some test resuls?
Jul 02, 2024 01:54AM
GitHub Actions in Action: Continuous integration and delivery for DevOps

flag

Jean’s Previous Updates

Jean Tessier
Jean Tessier is on page 233 of 256
OIDC workflows finally provide breath (AWS, Azure, GCP). But, they only show auth and then echo their env to show they were allowed. It would have been more useful to show more fleshed out workflows that actually do something useful with the credentials. Red-green deployment was all over the place.
Jul 18, 2024 12:20AM
GitHub Actions in Action: Continuous integration and delivery for DevOps


Jean Tessier
Jean Tessier is on page 198 of 256
Looking at continuous deployment support, including deployment environments and secrets, like credentials.
Jul 16, 2024 05:07PM
GitHub Actions in Action: Continuous integration and delivery for DevOps


Jean Tessier
Jean Tessier is on page 188 of 256
Chapter on CI sets up more useful and realistic workflows. But their treatment is still very superficial and does not explain adequately the underlying mechanisms. The examples use .NET, but additional examples for Java and Node (and Ruby) would have been helpful. The examples generate Docker images, but what if I have other types of deployment artifacts?!?
Jul 07, 2024 10:46PM
GitHub Actions in Action: Continuous integration and delivery for DevOps


Jean Tessier
Jean Tessier is on page 98 of 256
Jun 29, 2024 07:21PM
GitHub Actions in Action: Continuous integration and delivery for DevOps


Jean Tessier
Jean Tessier is on page 81 of 256
Authoring actions as repos with "action.yml" files, one in top-level directory, or monorepo-style with each action in its own directory. JavaScript actions execute the fastest, but Docker image ones can be in any language.
Jun 28, 2024 07:25PM
GitHub Actions in Action: Continuous integration and delivery for DevOps


Jean Tessier
Jean Tessier is on page 59 of 256
Examples are easy to follow. There is an uneasy balance of showing possibilities vs. referring the reader to the online documentation. While they keep recommending the online workflow editor, they do mention VS Code, and I'm using WebStorm.
Jun 26, 2024 10:50PM
GitHub Actions in Action: Continuous integration and delivery for DevOps


No comments have been added yet.