Skip to content

Commit a6b910c

Browse files
committed
Add GHA to invoke RPC integration tests on commits to master
1 parent c96bf6a commit a6b910c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/rpc.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: RPC Integration Tests
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
13+
jobs:
14+
rpc:
15+
uses: stellar/stellar-rpc/.github/workflows/integration-tests.yml
16+
with:
17+
rpc_git_ref: protocol-next
18+
core_git_ref: ${{ github.sha }}
19+
protocol_version: '26'

0 commit comments

Comments
 (0)