Develop and Test your Github Actions workflow locally with "act"
Learn how to use the 'act' CLI tool to locally test and debug GitHub Actions workflows, speeding up development.
Learn how to use the 'act' CLI tool to locally test and debug GitHub Actions workflows, speeding up development.
The article details setting up a Django SaaS signup flow, email templates, and configuring CI/CD with GitHub Actions and pre-commit.
A developer shares the journey of building and rewriting a personal family photo album website, moving from a manual process to an automated, cloud-based system.
Explores using the Serverless Framework within Amazon CodeCatalyst for streamlined CI/CD workflows and application deployment on AWS.
How to automate Jekyll documentation builds and link checking using GitHub Actions for PRs, improving contributor workflow.
A guide to configuring and running Ruby on Rails system tests with headless Chrome in GitHub Actions CI/CD pipelines.
A guide to automating regular Netlify static site deployments using scheduled GitHub Actions, focusing on updating webmentions.
A step-by-step guide to setting up and running Cypress end-to-end tests using GitHub Actions workflows.
A list of the top 10 most popular AWS DevOps blog posts from 2022, covering CI/CD, IaC, and cloud deployment best practices.
Introducing an unofficial .NET SDK for creating GitHub Actions, making automation easier for C# developers.
A guide to automating pull request creation and auto-merging for content updates using GitHub Actions and the GitHub CLI.
A developer shares hard-won lessons and pitfalls encountered while migrating a CI/CD pipeline from Jenkins to GitHub Actions.
A tutorial on building and deploying a serverless Go web service using Azure Functions custom handlers, with automated CI/CD via GitHub Actions.
A technical guide comparing two methods for parallelizing iOS tests across multiple versions using GitHub Actions and Fastlane.
A guide on accessing the deployed URL of an Azure Static Web App within a GitHub Actions workflow for automated testing.
Strategies for efficiently scheduling Docker containers to integration test 14+ databases in GitHub Actions, improving CI performance.
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.
How to specify a Node.js version for an Azure Static Web App GitHub Action by using the engines field in package.json.
A guide to deploying a NestJS application to Google Cloud Run, covering manual setup and automated CI/CD with GitHub Actions.
A guide to automating content syndication from dev.to to an Eleventy blog using GitHub Actions, including markdown manipulation and API integration.