Skip to content

IaC Tests for CI CD Gating Job #4

IaC Tests for CI CD Gating Job

IaC Tests for CI CD Gating Job #4

Workflow file for this run

name: Dev Acceptance Tests for CI CD
on:
workflow_dispatch:
jobs:
test-provider:
uses: ./.github/workflows/dev-acc.yml

Check failure on line 8 in .github/workflows/cicd-dev-acc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cicd-dev-acc.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cicd-dev-acc.yml" -> "./.github/workflows/dev-acc.yml" (source branch with sha:66825b5be796ca4c45a532dd1cdfd16f37524edd) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
test_case: TestProvider
secrets: inherit
test-datasouces:
needs:
- test-provider
if: "${{ needs.test-provider.result != 'success' }}"
uses: ./.github/workflows/dev-acc.yml
with:
test_case: TestAccDataSource
secrets: inherit
test-vmaas-instance:
uses: ./.github/workflows/dev-acc.yml
with:
test_case: TestVmaasInstance
secrets: inherit