Currently if I try to dynamically run tests the variables aren't expanded which makes debugging a bit of a nightmare. i.e ``` RUNS helm link "$chart" ... becomes ok 14 - RUNS helm lint "$chart" -f "../environments/${ENV}.yaml" ```