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 8e43a2d commit 1a06d8eCopy full SHA for 1a06d8e
2 files changed
.github/workflows/rpc-integration.yml
@@ -0,0 +1,12 @@
1
+name: RPC Integration Tests
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
8
+jobs:
9
+ rpc-integration:
10
+ uses: stellar/stellar-rpc/.github/workflows/stellar-rpc.yml@main
11
+ with:
12
+ core_git_ref: ${{ github.sha }}
.github/workflows/rpc.yml
@@ -0,0 +1,19 @@
+ pull_request:
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: true
13
14
+ rpc:
15
+ name: RPC integration tests
16
+ uses: stellar/stellar-rpc/.github/workflows/integration-tests.yml@main
17
18
19
+ protocol_version: '25'
0 commit comments