Skip to content

IaC Tests for CI CD Gating Job #2

IaC Tests for CI CD Gating Job

IaC Tests for CI CD Gating Job #2

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:39352cc40d34850d710938fa6a40e8e44638cd9d) : No event triggers defined in `on`
with:
test_case: TestProvider
secrets: inherit
test-datasouces:
needs:
- test-provider
if: "${{ always() && needs.test-provider.result != 'failed' }}"
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