From ae477f0e16a04e052d7a4e2017bc6be4c78f10ca Mon Sep 17 00:00:00 2001 From: George Date: Tue, 7 Jul 2026 11:48:20 -0700 Subject: [PATCH] Run horizon tests in core on PR and push --- .github/workflows/horizon.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/horizon.yml diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml new file mode 100644 index 000000000..ed39bf065 --- /dev/null +++ b/.github/workflows/horizon.yml @@ -0,0 +1,20 @@ +name: Horizon Integration Tests + +on: + pull_request: + push: + branches: + - master + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +jobs: + horizon: + uses: stellar/stellar-horizon/.github/workflows/integration-tests.yml@c9e78ebefea9721fcb0b386fc898e4c0e76cee33 + with: + horizon_git_ref: protocol-next + core_git_ref: ${{ github.sha }} + protocol_version: '27' + stellar_rpc_docker_img: 'stellar/stellar-rpc:27.1.1'