Skip to content

fix: resources/examples/airflow/requirements.txt to reduce vulnerabil… #38

fix: resources/examples/airflow/requirements.txt to reduce vulnerabil…

fix: resources/examples/airflow/requirements.txt to reduce vulnerabil… #38

name: Test Connector Performance

Check failure on line 1 in .github/workflows/test-connector-performance-command.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-connector-performance-command.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: Stub
on:
workflow_dispatch:
inputs:
connector:
description: "Airbyte Connector"
required: true
repo:
description: "Repo to check out code from. Defaults to the main airbyte repo. Set this when building connectors from forked repos."
required: false
default: "airbytehq/airbyte"
gitref:
description: "The git ref to check out from the specified repository."
required: false
default: master
comment-id:
description: "The comment-id of the slash command. Used to update the comment with the status."
required: false
uuid:
description: "Custom UUID of workflow run. Used because GitHub dispatches endpoint does not return workflow run id."
required: false
connector-acceptance-test-version:
description: "Set a specific connector acceptance test version to use. Enter 'dev' to test, build and use a local version of Connector Acceptance Test."
required: false
default: "latest"
local_cdk:
description: "Run Connector Acceptance Tests against the CDK version on the current branch."
required: false
jobs:
Stub:
runs-on: ubuntu-latest
step:
- run: echo "Test Connector Performance stub"