CircleCI-Public / go-orb

https://circleci.com/orbs/registry/orb/circleci/go
MIT License
9 stars 35 forks source link

Update test.sh #88

Closed HennaAbbas closed 1 week ago

HennaAbbas commented 1 week ago

if [ -n "$ORB_VAL_FAIL_FAST" ]; then set -- "$@" -failfast fi

will always equate to truthy as we set the fastfail param to false by default and the set ORB_VAL_FAIL_FAST: <>. The update should resolve the issue.

orb-publisher commented 1 week ago

Your orb has been published to the CircleCI Orb Registry. You can view your published orb on the CircleCI Orb Registry at the following link: https://circleci.com/developer/orbs/orb/circleci/go?version=1.12.0