From 4129389fc5baa9952be466dc6036773b826e7348 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Wed, 17 Jun 2026 17:23:08 -0700 Subject: [PATCH] ci: test against stellar-core PR 5329 built from source --- .github/workflows/stellar-rpc.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/stellar-rpc.yml b/.github/workflows/stellar-rpc.yml index 964cea053..8eb52fef0 100644 --- a/.github/workflows/stellar-rpc.yml +++ b/.github/workflows/stellar-rpc.yml @@ -100,6 +100,13 @@ jobs: core_deb_version: '27.0.0-3288.7696c069d.jammy' core_docker_img: 'stellar/stellar-core:27.0.0-3288.7696c069d.jammy' + integration-pr5329-src: + name: Integration tests (core PR 5329, from source) + uses: ./.github/workflows/integration-tests.yml + with: + protocol_version: '27' + core_git_ref: 'refs/pull/5329/head' + # integration-p25-src: # name: Integration tests (p25, core from source) # uses: ./.github/workflows/integration-tests.yml