Skip to content

manual-test-kgw

manual-test-kgw #52

# manual-test-kgw.yaml run kgw-test with manual inputs: kdb-ref, kgw-ref and kjs-ref.
name: manual-test-kgw
on:
workflow_dispatch:
inputs:
kdb-ref:
description: 'kwil-db branch/tag/SHA to be tested'
required: true
type: string
kgw-ref:
description: 'kgw branch/tag/SHA to be tested'
required: true
type: string
kjs-ref:
description: 'kwil-js branch/tag/SHA to be tested'
required: true
type: string
default: 'main'
jobs:
kgw-test-manual:
name: Run manual KGW test
uses: ./.github/workflows/kgw-test-reuse.yaml

Check failure on line 24 in .github/workflows/manual-test-kgw.yaml

View workflow run for this annotation

GitHub Actions / manual-test-kgw

Invalid workflow file

error parsing called workflow ".github/workflows/manual-test-kgw.yaml" -> "./.github/workflows/kgw-test-reuse.yaml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
kdb-ref: ${{ github.event.inputs.kdb-ref }}
kgw-ref: ${{ github.event.inputs.kgw-ref }}
kjs-ref: ${{ github.event.inputs.kjs-ref }}
secrets:
kgw-access-token: ${{ secrets.KGW_MACH_SECRET_FOR_KWILDB }}