Skip to content

Enable mta acceptance test in github action #11298

Enable mta acceptance test in github action

Enable mta acceptance test in github action #11298

name: Acceptance Tests - Broker
on:
pull_request:
types: [ opened, labeled, synchronize ]
concurrency:
group: "${{ github.workflow }}/${{ github.ref }}"
cancel-in-progress: true
jobs:
acceptance_tests_reusable:
name: " " # Whitespace name looks nicest on Github UI
uses: ./.github/workflows/acceptance_tests_reusable.yaml

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

View workflow run for this annotation

GitHub Actions / Acceptance Tests - Broker

Invalid workflow file

The workflow is not valid. In .github/workflows/acceptance_tests_broker.yaml (Line: 13, Col: 11): Error from called workflow cloudfoundry/app-autoscaler-release/.github/workflows/acceptance_tests_reusable.yaml@21669657fdc83cfcc35bf504385cf521689d2fa5 (Line: 17, Col: 15): Unexpected value 'bool'
with:
deployment_name: "autoscaler-${{ github.event.pull_request.number }}"
secrets:
bbl_ssh_key: "${{ secrets.BBL_SSH_KEY }}"