Skip to content

WIP

WIP #534

Workflow file for this run

---
name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
Nightly:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@aa2e3797cb3f63ebe95f498e98a5eecf08ac85fd"

Check failure on line 13 in .github/workflows/unit_tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit_tests.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/unit_tests.yaml" -> "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@aa2e3797cb3f63ebe95f498e98a5eecf08ac85fd" : reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps
Released:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_released_puppet_gem.yaml@main"