Skip to content

Update terraform and workflow to deploy Reporting V2 #6

Update terraform and workflow to deploy Reporting V2

Update terraform and workflow to deploy Reporting V2 #6

name: Reporting V2 Testing
on:
pull_request:
inputs:
environment:
type: string
required: true
apply:
description: "Apply the new configuration"
type: boolean
required: true
jobs:
terraform:
uses: ./.github/workflows/terraform-cmms.yml
secrets: inherit
with:
environment: ${{ inputs.environment }}
apply: ${{ inputs.apply }}
update-reporting-v2:
uses: ./.github/workflows/configure-reporting-v2.yml
needs: [ publish-images, terraform ]

Check failure on line 24 in .github/workflows/reporting-v2-testing.yml

View workflow run for this annotation

GitHub Actions / Reporting V2 Testing

Invalid workflow file

The workflow is not valid. .github/workflows/reporting-v2-testing.yml (Line: 24, Col: 14): Job 'update-reporting-v2' depends on unknown job 'publish-images'.
with:
image-tag: ${{ needs.publish-images.outputs.image-tag }}
environment: ${{ inputs.environment }}
apply: ${{ inputs.apply }}