Skip to content

Enable mta acceptance test in github action #11300

Enable mta acceptance test in github action

Enable mta acceptance test in github action #11300

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. .github/workflows/acceptance_tests_broker.yaml (Line: 13, Col: 11): Input deploy_apps is required, but not provided while calling.
with:
deployment_name: "autoscaler-${{ github.event.pull_request.number }}"
secrets:
bbl_ssh_key: "${{ secrets.BBL_SSH_KEY }}"