Skip to content

downstream_tests

downstream_tests #278

name: downstream_tests
on:
# Run this workflow after the build workflow has completed.
workflow_run:
workflows: [packages]
types: [completed]
# Or by triggering it manually via Github's UI
workflow_dispatch:
inputs:
manual:
description: don't change me!
type: boolean
required: true
default: true
jobs:
downstream_tests:
uses: holoviz-dev/holoviz_tasks/.github/workflows/run_downstream_tests.yaml@downstream_tests_payload
with:
downstream_repos_as_json: '{"downstream_repo":["hvplot", "geoviews"]}'
client_payload: '{"target": "downstream", "cache": false}'

Check failure on line 22 in .github/workflows/downstream_tests.yaml

View workflow run for this annotation

GitHub Actions / downstream_tests

Invalid workflow file

The workflow is not valid. .github/workflows/downstream_tests.yaml (Line: 22, Col: 23): Invalid input, client_payload is not defined in the referenced workflow.

Check failure on line 22 in .github/workflows/downstream_tests.yaml

View workflow run for this annotation

GitHub Actions / downstream_tests

Invalid workflow file

The workflow is not valid. .github/workflows/downstream_tests.yaml (Line: 22, Col: 23): Invalid input, client_payload is not defined in the referenced workflow.
secrets:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}