Skip to content

How to set depends_on.step[].allow_failure? #89

Description

@reececomo

Hey there, I can't seem to figure out how to set allow_failure differently on two different depends_on → obviously this is trivial in YAML. Is it possible

steps:
  - command: "tests.sh"
    depends_on:
      - step: "test-suite"
        allow_failure: true
      - step: "another-thing"
        allow_failure: false

Here is the only relevant code I can find:

allow_failure: this._allowDependencyFailure

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions