Skip to content

(Single-card) Demo tests #715

(Single-card) Demo tests

(Single-card) Demo tests #715

name: "(Single-card) Demo tests"
on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "0 0 * * 1,2,3,4,5"
- cron: "0 */4 * * 0,6"
jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
with:
arch: '["wormhole_b0"]'
secrets: inherit
single-card-demo-tests:
needs: build-artifact
secrets: inherit
uses: ./.github/workflows/single-card-demo-tests-impl.yaml

Check failure on line 19 in .github/workflows/single-card-demo-tests.yaml

View workflow run for this annotation

GitHub Actions / (Single-card) Demo tests

Invalid workflow file

error parsing called workflow ".github/workflows/single-card-demo-tests.yaml" -> "./.github/workflows/single-card-demo-tests-impl.yaml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.