Skip to content

Unable to use binary in GitHub workflow #25392

Discussion options

You must be logged in to vote

Hi @armandgrillet,

The error is due to command ‘ack’ doesn’t exit properly.
Please add ‘&exit 0’ to make sure it exits properly. Code sample as below:

    - name: Use ack
      run: |
        ack test & exit 0

Thanks

Replies: 1 comment

Comment options

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