Skip to content

WIP

WIP #544

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / Unit Tests

Invalid workflow file

The workflow is not valid. In .github/workflows/unit_tests.yaml (Line: 14, Col: 11): Error from called workflow puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@8c21373ea8303475b2892f2f64c5d80aa0b02367 (Line: 37, Col: 5): Unexpected value 'runs-on' In .github/workflows/unit_tests.yaml (Line: 14, Col: 11): Error from called workflow puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@8c21373ea8303475b2892f2f64c5d80aa0b02367 (Line: 38, Col: 5): Unexpected value 'steps'
Released:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_released_puppet_gem.yaml@main"