filmov
tv
Multi Job GitHub Actions Workflow Example
Показать описание
When you're learning GitHub Actions the examples tend to stick with just one job. But multi-job GitHub Actions are the norm, not the exception. In this multi-job GitHub Actions example, you'll see a simple workflow that has two jobs, one of which uses the windows-latest GitHub Action runner while the other runner uses ubuntu-latest. With this configuration, we can test builds on multiple environments with separate runners. We can also include commands in Windows that might not work in Linux and vice-versa. And as you'll see from this GitHub Action job example, multiple jobs run in parallel, so it's relatively efficient, as opposed to a sequential job run that would take forever. This example is also a good contrast with the multi-step GitHub Actions example, as it demonstrates the difference between GitHub Action steps vs jobs.
Multi Job GitHub Actions Workflow Example
How to set the order of your GitHub Action jobs
Github Actions Multi Job | DevOps #3
GitHub Actions: Parallel and Sequential Execution
Building a Job Matrix with GitHub Actions
DevOps for Bicep using Github Actions (multiple jobs)
GitHub Actions - Reusable workflows - Matrix Strategies
Use Outputs to Share Data Between Jobs // GitHub Actions
Composite Actions VS Reusable Workflows in GitHub Actions [2023 Update]
Multi Staged Github Action Workflow
Tip 1: Build your first GitHub Actions workflow
Getting started with Github Actions workflow
Multi-stage deployments with GitHub Actions
GitHub Actions Reusable Workflows FULL TUTORIAL with Examples: Templates on Steroids
How to reuse workflows and steps in GitHub Actions (2024)
GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker
A GitHub Actions workflow with separate install and test steps
Multi Step GitHub Actions Example
Part 2 - Understanding Github Actions Workflow
GitHub Actions - Calling Reusable Workflows
GitHub Actions: Concurrency
Enterprise UI Development : Setup a Github Actions Workflow on PR
Running complex matrix builds using variable substitution in GitHub Actions
Passing Authentication & Other Dynamic Files Between Jobs in GitHub Actions
Комментарии