ci: add devnet/testnet integration tests and scheduled runs#10
Merged
Conversation
- Add GetChainID method to client for eth_chainId RPC call - Update integration tests to fetch chain ID from RPC instead of hardcoding 1337 - Add conditions to skip devnet/testnet CI jobs when secrets aren't configured Amp-Thread-ID: https://ampcode.com/threads/T-019c0620-4204-754e-bfd4-65b5d5f6c2fb Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c0620-4204-754e-bfd4-65b5d5f6c2fb Co-authored-by: Amp <amp@ampcode.com>
Kept HAS_DEVNET_SECRET and HAS_TESTNET_SECRET checks to prevent CI failures when secrets are not configured.
Co-authored-by: George Matheos <george@tempo.xyz> Co-authored-by: Amp <amp@ampcode.com> Co-authored-by: grandizzy <grandizzy.the.egg@gmail.com>
brendanjryan
approved these changes
Jan 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add devnet and testnet integration tests to match the foundry CI pattern.
Complemented with #11
Changes
integration-devnetandintegration-testnetjobsworkflow_dispatchfor manual triggeringintegrationjob tointegration-localnetfor clarityGetChainIDclient method to fetch chain ID dynamicallyRequired Secrets
DEVNET_RPC_URL- RPC URL for devnetTESTNET_RPC_URL- RPC URL for testnetPart of SDK Sync Initiative
See: https://github.com/tempoxyz/shipyard/tree/main/sdk-sync