Github Actions Workflow Visualization UI Update

Last night Github appears to have released a big update to the Github Actions workflow user interface. While there has not been a post on the Github changelog about this yet, the Github roadmap does list #88 Actions: Workflow visualization as feature that was slotted for Github Enterprise customers but became a release for all… Continue reading Github Actions Workflow Visualization UI Update

Running Django Tests in Github Actions

I’ve bought into Github Actions as a CI/CD and deployment workflow for Django. But since Github Actions is still young there are not as many guides on setting using it with Django, especially for the testing step. If you are just getting started using Github Actions with Django, I suggest reviewing Michael Herman’s recent epic,… Continue reading Running Django Tests in Github Actions