Skip to content

feat: add comprehensive e2e subscription flow tests with group suppor… #29

feat: add comprehensive e2e subscription flow tests with group suppor…

feat: add comprehensive e2e subscription flow tests with group suppor… #29

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
validate-manifests:
name: Validate Kustomize manifests
timeout-minutes: 10
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-validate-manifests
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install kustomize
uses: imranismail/setup-kustomize@v2
with:
kustomize-version: '5.7.1'
- name: Validate Kustomize manifests
run: |
./scripts/ci/validate-manifests.sh