Skip to content

github workflow v1

github workflow v1 #1

Workflow file for this run

name: Systems test
on:
push:
branches: [main, release/**]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
systems-test:
name: System tests
uses: ./.github/workflows/main.yml

Check failure on line 15 in .github/workflows/systems-test.yml

View workflow run for this annotation

GitHub Actions / Systems test

Invalid workflow file

The workflow is not valid. .github/workflows/systems-test.yml (Line: 15, Col: 11): Input JS_STELLAR_SDK_NPM_VERSION is required, but not provided while calling. .github/workflows/systems-test.yml (Line: 15, Col: 11): Input VERBOSE_OUTPUT is required, but not provided while calling.