Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Github Actions continue-on-error gives unintended results #38

@ekilmer

Description

@ekilmer

We want to replicate Travis's "allowed-failure" feature on Github Actions, but it looks like it isn't implemented according to this link https://github.community/t5/GitHub-Actions/continue-on-error-allow-failure-UI-indication/m-p/37033#M2780. master shows a green color status even if the tests fail.

The bigger problem, aside from master builds showing Green even if they fail, is that the master build does not run until completion if the PyPI build fails. I'm not entirely sure how to fix this. Fixed with fail-fast: false in #39

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions