Matthew Stevens
Matthew Stevens
Did you try adding the name of the repository after new_issue?
I'm resolving at the application level with an upsert tag on my structs, but this would be a nice addition. I'm not exactly sure whats blocking this, it could be...
to add to this, needing to add semicolons, in general, slows down JS interpreters (the parser needs to find an error, backtrack and attempt to insert a semicolon to recover...
Can I see your config files? Where does GUT output results when you run it locally?
What's your current config? Do you get a results file generated when running locally? That path doesn't look right since it would generally be relative to your project folder, which...
@DavidOcacho you're always welcome to refer to our test example files. I'll link one of our test projects so you can see. This one is a GUT 9 project. Looks...
Will add as a test goal. We should be able to enable file writing from tests as this action has no secrets that can be exploited. That said, solution may...
I'll inline the top level object and see how that works
It worked once I did that. Looks like it was that it didnt expect the top level to be using a reference. Guess I'll do a minor rewrite for these...
@xddq let me know if you want me to squash early, figured you could squash what you want on merge