Coder Social home page Coder Social logo

plasmax / github-actions-strategy-matrix-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meroware/github-actions-strategy-matrix-example

0.0 0.0 0.0 99 KB

Provides examples on different ways to use strategy matrix in github actions

Home Page: https://youtu.be/z_fjpPbaAgw

github-actions-strategy-matrix-example's Introduction

Github Actions Strategy Matrix Examples

Provides examples on different ways to use strategy matrix in github actions

Strategy Matrix Walkthrough

Click To Watch ☝️ - The Matrix of Github Actions

Matrix run Diagram

Workflow Examples

.github
└── workflows
    ├── sample-matrix-do-not-exit-early.yml
    ├── sample-matrix-exit-early.yml
    ├── sample-matrix-max-parallel.yml
    ├── sample-matrix-use-includes-json-syntax.yml
    ├── sample-matrix-use-includes-syntax.yml
    └── sample-matrix.yml
  • sample-matrix.yml

    • Shows simple matrix usage by providing fixed values

      Sample Matrix Parallel

  • sample-matrix-max-parallel

    • Shows how to add max number of parallel jobs in the matrix to allow running at the same time

      Sample Run Max 2 Jobs In Parallel

  • sample-matrix-exit-early

    • Shows how if one job fails within the matrix the whole matrix of jobs will fail

      Sample Should Fail All Runs

  • sample-matrix-do-not-exit-early

    • Shows how to let the strategy know not to exit the matrix if one of the jobs withing the matrix fails

      Sample Should Fail Run 1 Only

  • sample-matrix-use-include-syntax

    • Shows include syntax in yaml format

      Sample Run Include Syntax

  • sample-matrix-use-include-json-syntax

    • Shows include syntax in json format

      Sample Run Include Syntax Json Format

github-actions-strategy-matrix-example's People

Contributors

meroware avatar plasmax avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.