From 4f0fa6af1239e03f9debdf7f8a412044536583c1 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:29:18 +0000 Subject: [PATCH] ci: make e2e tests non-blocking 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 --- .github/workflows/verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 8b2ddaee..3828691b 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -42,6 +42,7 @@ jobs: name: E2E Tests (${{ matrix.shard }}/${{ strategy.job-total }}) runs-on: ubuntu-latest timeout-minutes: 15 + continue-on-error: true permissions: contents: read strategy: