-
Notifications
You must be signed in to change notification settings - Fork 79
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
Example of Candid tools within Github Actions #76
Comments
FYI: I also made a similar issue specific to BigTest, in that repo. |
For the second item, this works:
|
PR for final item (and assembles all items all together): |
@chenyan-dfinity FYI there's some kind of mismatch between the parsing logic of I think it concerns whether they expect enclosing parens around an input / output value, or not. (is it a unary tuple, or a value?) |
Any advice or ideas for the best resolution? |
Yes, |
Okay, I'll merge this as is, and fix the (superficial) mismatch in a subsequent PR to |
Finished by matthewhammer/motoko-bigtest#10
Originally:
I would like to show examples of using the Candid tools within Github Actions:
dfx canister call MyCanister getFullLog
)The text was updated successfully, but these errors were encountered: