Skip to content

CI test always succeed because error strategy is ignore and exit code is 0 #1028

Description

@gongyixiao

Current CI test always succeed even when job failed because the workflow's error status is 0.

This happens in commit a9bdff1 when PR #949 was merged.

We either need to change error strategy in conf/test.config file to teminate/finish or add workflow.failOnIgnore = true in it.

But this setting only available in higher version of nextflow

nextflow-io/nextflow#5071

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions