Skip to content

ci: make e2e tests non-blocking#175

Closed
decofe wants to merge 1 commit intomainfrom
tempoai/fix-e2e-ci-blocking
Closed

ci: make e2e tests non-blocking#175
decofe wants to merge 1 commit intomainfrom
tempoai/fix-e2e-ci-blocking

Conversation

@decofe
Copy link
Member

@decofe decofe commented Mar 18, 2026

Summary

Make E2E tests non-blocking with continue-on-error: true.

Motivation

E2E tests run on-chain transactions against testnet (mint stablecoins, grant/revoke roles) and have been failing on main for the last 5+ merges — blocking all PRs including unrelated content changes.

Changes

  • Added continue-on-error: true to the e2e job so failures show as warnings, not blockers

Testing

N/A — CI config change. E2E tests still run and report results, they just won't block merges.

Prompted by: Jen

E2E tests interact with testnet (mint stablecoins, manage roles) and have
been failing on main for the last 5+ merges due to testnet flakiness.
This unblocks all PRs while the underlying issue is investigated.

Co-authored-by: Jennifer <5339211+jenpaff@users.noreply.github.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019d00eb-3068-755a-a642-38bb1977383a
@vercel
Copy link

vercel bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Mar 18, 2026 0:36am
tempo-docs Ready Ready Preview, Comment Mar 18, 2026 0:36am

Request Review

@tmm
Copy link
Member

tmm commented Mar 18, 2026

Fixed #180

@tmm tmm closed this Mar 18, 2026
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