We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
contract-call-decoder
The unit tests for contract-call-decoder, cd packages/contract-call-decoder && npm run test, fail on CI because of an external IPFS request timeout.
cd packages/contract-call-decoder && npm run test
Enable those tests in CI by avoiding the external IPFS request.
The text was updated successfully, but these errors were encountered:
If possible maybe we can point it to a local IPFS node spun up as part of CI
Sorry, something went wrong.
@Nana-EC I've checked the Sourcify repo and they've skipped the problematic test as well ethereum/sourcify@cba1738.
We could take the same approach and skip the test to enable CI testing, and figure out later how to fix the test.
acuarica
Successfully merging a pull request may close this issue.
The unit tests for
contract-call-decoder
,cd packages/contract-call-decoder && npm run test
, fail on CI because of an external IPFS request timeout.Enable those tests in CI by avoiding the external IPFS request.
The text was updated successfully, but these errors were encountered: