joergbrech / moxunit-action

A Github action for Matlab or Octave unit tests
MIT License
14 stars 7 forks source link

It looks like there's an error when running `entrypoint.sh`: #21

Open joergbrech opened 3 years ago

joergbrech commented 3 years ago

It looks like there's an error when running entrypoint.sh:

/entrypoint.sh: 28: [: code: unexpected operator

Originally posted by @jakebeal in https://github.com/joergbrech/moxunit-action/issues/20#issuecomment-837106077

The problem is that the entrypoint is executing bash commands using the #/bin/sh -l shebang.

Thanks @jakebeal for the find!