Skip to content

FT pre-merge

FT pre-merge #369

Workflow file for this run

name: FT pre-merge
on:
pull_request_review:
types: [submitted]
jobs:
functional-tests-local:
name: Deploy Local Services
if: github.event.review.state == 'approved'
uses: ./.github/workflows/functional-tests.yml

Check failure on line 11 in .github/workflows/review-approved.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/review-approved.yml

Invalid workflow file

error parsing called workflow ".github/workflows/review-approved.yml" -> "./.github/workflows/functional-tests.yml" : You have an error in your yaml syntax on line 80
with:
api_version: dev
cli_version: dev
functional-tests-local-redis:
name: Deploy Local Services with Redis as Broker
if: github.event.review.state == 'approved'
uses: ./.github/workflows/functional-tests.yml
with:
docker_compose: docker-compose-redis.yml
api_version: dev
cli_version: dev
functional-tests-aws:
name: Deploy AWS Services
if: github.event.review.state == 'approved'
uses: ./.github/workflows/functional-tests.yml
with:
docker_compose: docker-compose-aws.yml
api_version: dev
cli_version: dev
functional-tests-mysql:
name: Deploy MySQL Server as DB
if: github.event.review.state == 'approved'
uses: ./.github/workflows/functional-tests.yml
with:
docker_compose: docker-compose-mysql.yml
api_version: dev
cli_version: dev