Giter VIP home page Giter VIP logo

Comments (4)

jakemac53 avatar jakemac53 commented on September 25, 2024 1

This is because there are multiple "stages" defined - the behavior of stages is such that they only run if previous stages succeeded.

There isn't any other functionality provided by them, so I would just collapse your jobs all to be under a single stage. See as an example here https://github.com/dart-lang/samples/blob/master/ffi/hello_world/mono_pkg.yaml#L11.

In general though we do this to be good citizens in terms of CI usage - especially previously with travis we had a shared pool of workers for all dart-lang repos and not running tests when analysis failed as an example helps decrease usage. I don't know how true that is with github actions or not.

from mono_repo.dart.

kevmoo avatar kevmoo commented on September 25, 2024

More details please?

from mono_repo.dart.

johnpryan avatar johnpryan commented on September 25, 2024

This comes up in CI runs where one job is expected to fail, but we would still like to run the others: https://github.com/dart-lang/samples/pull/88/checks?check_run_id=2004793133

from mono_repo.dart.

kevmoo avatar kevmoo commented on September 25, 2024

i think this is a bug. We should copy what Alex did w/ the default Dart action.

CC @jakemac53

from mono_repo.dart.

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.