We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96bf6a commit a6b910cCopy full SHA for a6b910c
1 file changed
.github/workflows/rpc.yml
@@ -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