GitHub Actions Test a Server with Docker Compose on Github Actions Learn to set up a GitHub Actions workflow that automates building your bot, running the server and both bots using Docker Compose.
GitHub Actions Support Open Source Through GitHub Issues Here are a few tips to effectively interact with GitHub issues and make an impact when contributing to open source projects.
GitHub Actions GitHub Actions: Map Key-Value Pairs in a Matrix In GitHub Actions, a matrix is a great tool to use with multiple variables. Map 1:1 key-value pairs in a matrix with GitHub Actions.
GitHub Actions Run Detox Tests with GitHub Actions, Part 2: Caching and Parallel Tests Running Detox tests can be pretty slow. Learn to improve the pipeline: parallelize the tests and cut down on runner costs.
GitHub Actions Run Detox Tests with GitHub Actions, Part 1: Add a New Workflow Automating Detox tests for a React Native app can be challenging. Learn how my team handled it with GitHub Actions.
GitHub Actions Reduce Github Action Runs with Smart Triggers Use GitHub action triggers to fine-tune workflows and run for every pull request, commit push, or run pipelines manually.
Azure Use These Credentials to Deploy from GitHub Actions to Azure Error handling to pass credentials for Azure/functions-action@v1. This action allows you to deploy an Azure Function App from GitHub Actions.
Project & Team Management Useful Settings for New Github Repositories One important and easy way to ensure developers are pushing working code is to implement static analysis as Github Actions on your code.
DevOps & System Admin. How to Run Tests for Your Containerized Monorepo Using Github Actions I was happy to learn that a lot of the work to containerize our app for local development could be leveraged for automated testing using Github actions.