Giter Site home page Giter Site logo

Comments (2)

quark17 avatar quark17 commented on July 22, 2024

I have a prototype on the reorg-ci branch of my fork, which abstracts the build and test jobs into a call-able workflow, that the top-level CI can call with specific OS and GHC version inputs. GitHub's display of nested jobs is a little confusing (and different for matrix and non-matrix callers), which you can see in the Actions tab, for example this run.

from bsc.

quark17 avatar quark17 commented on July 22, 2024

FYI, callable (or reusable) workflows is documented here: https://docs.github.com/en/actions/using-workflows/reusing-workflows

And I notice that you can specify a subset of a matrix to run, by not specifying any matrix variables and using include to specify only the configurations to run (see example in the GitHub documentation on matrix). Currently, I've defined two separate top-level jobs (one for the OS matrix and one for the latest GHC), but we could just combine those into one job that explicitly lists all the combinations to run.

from bsc.

Related Issues (20)

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.