Skip to content

Syntax error specifying fail-fast: false #26602

Answered by Simran-B
lucywyman asked this question in Actions
Discussion options

You must be logged in to vote

fail-fast was incorrectly placed under matrix here:

github.com

puppetlabs/bolt

ns/runs/733806628/workflow

Bolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure on an as-needed basis or as part of a greater orchestration workflow. It can be ins...

The parent key needs to be strategy.

If you put it under matrix instead, then it is treated like any other user-defined matrix option with no special meaning. GitHub expects an array however, which explains the error message. If you passed [false] then it would be accepted as matrix option, but the combinations “Ruby 2.7, false” and “Ruby 3.0, false” aren’t meaningful.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants