Skip to content

Merge remote-tracking branch 'refs/remotes/ng/catena-x-environments' … #1

Merge remote-tracking branch 'refs/remotes/ng/catena-x-environments' …

Merge remote-tracking branch 'refs/remotes/ng/catena-x-environments' … #1

name: Deploy DEV and run tests after a release
on:
push:
branches:
- "catena-x-environments"
paths:
- "charts/irs-environments/dev/Chart.yaml"
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
deploy:
name: Trigger deployment
needs:
- checkout
uses: ./.github/workflows/deploy.yml
with:
environment: "dev"
wait-for-deployment:
runs-on: ubuntu-latest
needs:
- deploy
steps:
- name: Wait for deployment to succeed
uses: lewagon/wait-on-check-action@v1.3.1
with:
ref: ${{ github.ref }}
check-name: 'redeploy'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
test:
name: Trigger tests
needs:
- wait-for-deployment
uses: ./.github/workflows/xray-cucumber-integration.yaml

Check failure on line 42 in .github/workflows/deploy-after-release.yaml

View workflow run for this annotation

GitHub Actions / Deploy DEV and run tests after a release

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-after-release.yaml (Line: 42, Col: 11): Input executionFilter is required, but not provided while calling. .github/workflows/deploy-after-release.yaml (Line: 42, Col: 11): Input exportFilter is required, but not provided while calling.