I’m trying to execute a large number of tests using this command
docker exec -i -t test sh -c "yarn --cwd /app/frontend ci" | circleci tests split --split-by=timings
Which results in
failed to read input: bufio.Scanner: token too long
How can I work around this?