Commit Graph

17 Commits (dd2ac8ed250d4a41cffde46e7c301b549e7e61d1)

Author SHA1 Message Date
Paul Pacheco dd2ac8ed25
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/
2021-09-25 12:00:07 -05:00
Txema Martinez 694c315276
Run license activation in an empty directory (#109)
* Run license activation in an empty directory

* Create license directory in entrypoint.sh
2021-03-22 16:14:11 +01:00
David Finol 43d90c252f
Feature/create check (#97) 2021-02-27 12:13:19 -06:00
Devashish Lal 31cd755121
docker repo migrated (#77) 2020-11-26 18:19:17 +01:00
litefeel cd86c7302b Apply merge request suggestions 2020-03-09 23:57:17 +01:00
litefeel 21831e61ad Fixed compatibility 2020-03-09 23:57:17 +01:00
litefeel 7c1cba9a39 Change UNITY_LICENSE_PATH to UNITY_LICENSE_FILE 2020-03-09 23:57:17 +01:00
litefeel 29e179f50b Add UNITY_LICENSE_PATH 2020-03-09 23:57:17 +01:00
Alex Evgrashin c85e37ca1f Fixed always passing action 2020-02-14 23:25:40 +01:00
Alex Evgrashin 58f580c801 Editor log now saves to artifacts folder 2020-02-13 21:58:50 +01:00
qwe321qwe321qwe321 da74d9ff8c Add Custom Parameters in PlayMode Testing 2020-02-12 00:40:29 +01:00
Webber e9b4db003e Separate custom parameters 2020-02-11 20:46:27 +01:00
Webber c937b9ed6c Update docs 2020-01-31 01:15:59 +01:00
Webber e2f2badc29 Update workflow to use with instead of env 2020-01-31 01:15:59 +01:00
Webber 3ccd77fd44 Add custom parameters 2020-01-31 01:15:59 +01:00
Webber 28154ea36e Enforce real folder names 2020-01-31 01:15:59 +01:00
Webber 2ca91788af Split up steps and implement license management 2020-01-31 01:15:59 +01:00