moltar/typescript-runtime-type-benchmarks

Failing build

moltar opened this issue · 1 comments

https://github.com/moltar/typescript-runtime-type-benchmarks/actions/runs/3323922645/jobs/5495360852

Looks like the shell script is not liking the brackets.

Any ideas?

Finished 1 case!
Executing "parse-dont-validate (chained function)"
/bin/sh: 1: Syntax error: "(" unexpected
Error: Command failed: /home/runner/work/typescript-runtime-type-benchmarks/typescript-runtime-type-benchmarks/node_modules/.bin/ts-node /home/runner/work/typescript-runtime-type-benchmarks/typescript-runtime-type-benchmarks/index.ts run-internal parse-dont-validate (chained function)
hoeck commented

Looks like me being lazy and skipping shell escaping when passing the package name to the sub process to execute the benchmark in isolation 😅 .

I will fix it.