Skip to content

ci: add devnet/testnet integration tests and scheduled runs#10

Merged
emmajam merged 5 commits intomainfrom
sdk-sync/add-devnet-testnet-ci
Jan 29, 2026
Merged

ci: add devnet/testnet integration tests and scheduled runs#10
emmajam merged 5 commits intomainfrom
sdk-sync/add-devnet-testnet-ci

Conversation

@emmajam
Copy link
Copy Markdown
Member

@emmajam emmajam commented Jan 28, 2026

Summary

Add devnet and testnet integration tests to match the foundry CI pattern.

Complemented with #11

Changes

  • Add integration-devnet and integration-testnet jobs
  • Add scheduled runs every 6 hours to catch tempo drift early
  • Add workflow_dispatch for manual triggering
  • Rename integration job to integration-localnet for clarity
  • Add GetChainID client method to fetch chain ID dynamically
  • Update integration tests to use dynamic chain ID (works across localnet/devnet/testnet)

Required Secrets

  • DEVNET_RPC_URL - RPC URL for devnet
  • TESTNET_RPC_URL - RPC URL for testnet

Part of SDK Sync Initiative

See: https://github.com/tempoxyz/shipyard/tree/main/sdk-sync

Emma Jamieson-Hoare and others added 5 commits January 28, 2026 19:11
- 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>
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>
@emmajam emmajam merged commit 5c83d28 into main Jan 29, 2026
4 checks passed
@emmajam emmajam deleted the sdk-sync/add-devnet-testnet-ci branch January 29, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants