Skip to content

Enable mta acceptance test in github action #3

Enable mta acceptance test in github action

Enable mta acceptance test in github action #3

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
with:
deployment_name: "autoscaler-mta-${{ github.event.pull_request.number }}"
deploy_apps: "true"

Check failure on line 16 in .github/workflows/acceptance_tests_mta.yaml

View workflow run for this annotation

GitHub Actions / Acceptance Tests - Broker

Invalid workflow file

The workflow is not valid. .github/workflows/acceptance_tests_mta.yaml (Line: 16, Col: 20): Unexpected value 'true'
secrets:
bbl_ssh_key: "${{ secrets.BBL_SSH_KEY }}"