Skip to content

Add GHA to invoke RPC integration tests on commits to master #11

Add GHA to invoke RPC integration tests on commits to master

Add GHA to invoke RPC integration tests on commits to master #11

Workflow file for this run

name: RPC Integration Tests
on:
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
rpc:
name: RPC integration tests
uses: stellar/stellar-rpc/.github/workflows/integration-tests.yml@fix-callable-tests
with:
rpc_git_ref: protocol-next
core_git_ref: ${{ github.sha }}
protocol_version: '25'