add -e to bash to support multiline commands
Could this help with multiline commands? Not a JS or GH actions expert.
related to: #43 #53
@nick-fields could you please take a look?
Thanks for the contribution! This seems like an easy enough fix.
Can you add a few tests to the CI/CD workflow? At least two to verify that the traditional multiline and the multiline containing && works. Then negative tests for each where one of the commands in each type of multiline will fail (e.g., call the zzzz executable that doesn't exist).
I added the tests. Somehow I can't see their status:
So, please @nick-fields , have a look.
~Tested with act pull_request -j ci --container-architecture linux/amd64 --workflows .github/workflows/ci_cd.yml -v --rm seems to be working.~
UPD: it's not working now.