grafana / run-k6-action

GitHub Action for running k6 tests
Apache License 2.0
7 stars 0 forks source link

Action does not work if flags are empty #14

Closed DefCon-007 closed 3 months ago

DefCon-007 commented 3 months ago

If no flags are set, the action fails with error code 255.

Steps to reproduce:

The reason seems to be an extra empty space before the path in case the flags are empty.