zendesk / setup-jsonnet

MIT License
6 stars 5 forks source link

Error setting up jsonnet doesn't fail the task #12

Open dballweg opened 3 years ago

dballweg commented 3 years ago

We use this action in our repo, and today I got a failure on my action because jsonnet wasn't found in the path. Then I looked into this step and found the error pasted below, but github thinks the step passed (terminated with exit code 0 instead of failing)

Can we look into making this fail when it didn't really setup jsonnet?

Run zendesk/setup-jsonnet@v7 /home/runner/runner/agent/_work/_actions/zendesk/setup-jsonnet/v7/install-jsonnet.sh

newhoggy commented 3 years ago

I've found that downgrading to v6 can help.