unity-test-runner/action
Paul Pacheco 02c0e7b60c
fix unary operator expected error (#146)
* fix unary operator expected error

The if comparisons can sometimes compare an empty variable, which gives errors like this:
```
/steps/run_tests.sh: line 71: [: =: unary operator expected
```

This PR should fix the script to address that problem. 
See an explanation of why this error happens here:
https://codefather.tech/blog/bash-unary-operator-expected/

* fix missing quote

* Posix shell compliance

Posix shell does not do ==,  it only does one =

* consistent spaces
2021-09-25 22:36:17 +03:00
..
steps fix unary operator expected error (#146) 2021-09-25 22:36:17 +03:00
Dockerfile Add steps to dockerfile 2020-01-31 01:15:59 +01:00
entrypoint.sh Use exit code to fail when code compile fails (#143) 2021-08-28 12:48:23 -05:00
index.js update findAnnotationPoint to use first entry with non-zero line number (#138) 2021-07-22 19:22:55 +02:00
results-check-details.hbs Fix workflow error (#125) 2021-05-23 17:22:53 -05:00
results-check-summary.hbs Feature/create check (#97) 2021-02-27 12:13:19 -06:00