Skip to content

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

Add GHA to invoke RPC integration tests on commits to master

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

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@7fc0fcc

Check failure on line 16 in .github/workflows/rpc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rpc.yml

Invalid workflow file

error parsing called workflow ".github/workflows/rpc.yml" -> "stellar/stellar-rpc/.github/workflows/integration-tests.yml@7fc0fcc" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
core_git_ref: ${{ github.sha }}
protocol_version: '25'