-
-
Notifications
You must be signed in to change notification settings - Fork 27
Add isNewRepoTemplate
#71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@fregante any idea why its timing out? |
Can you move the ava timeout configuration from the npm script to the “ava” section in package.json? GHA calls AVA directly, not the script |
🤷 |
It’s recursively calling itself. You can’t use getRepo inside isRepo |
duh!! |
There’s another of those checks inside isRepo with the same problem. Check how it was solved. I think isRepoSearch |
It’s annoying that the test error was useless until you increased the timeout considerably and the “max stack” error was visible. |
This reverts commit 89dec53.
LGTM |
Fixes #69