Skip to content

feat: manage HA intents #120

feat: manage HA intents

feat: manage HA intents #120

Workflow file for this run

# This workflow will run unit tests
name: Test Skill
on:
pull_request:
workflow_dispatch:
jobs:
skill_unit_tests:
uses: mikejgray/.github/.github/workflows/skill_tests.yml@patch-2

Check failure on line 10 in .github/workflows/skill-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/skill-tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/skill-tests.yml" -> "mikejgray/.github/.github/workflows/skill_tests.yml@patch-2" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
neon_versions: "[ 3.8, 3.9, '3.10', '3.11' ]"
ovos_versions: "[ 3.8, 3.9, '3.10', '3.11' ]"
skill_intent_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
with:
test_padacioso: false
neon_versions: "[ 3.8, 3.9, '3.10', '3.11' ]"
ovos_versions: "[ 3.8, 3.9, '3.10', '3.11' ]"
skill_resource_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
with:
skill_entrypoint: neon_homeassistant_skill.mikejgray