Skip to content

test_examples

test_examples #8

Workflow file for this run

name: test_examples
on:
workflow_dispatch:
inputs:
ref:
description: Git ref on which to run the tests.
required: true
type: string
permissions:
contents: read
jobs:
call-run-tests:
uses: ./.github/workflows/run-tests.yml
with:
ref: ${{ inputs.ref }}
options: examples