1
0
Fork 0
mirror of https://github.com/fluxcd/flux2-monitoring-example.git synced 2024-12-14 10:47:31 +00:00
flux2-monitoring-example/.github/workflows/test.yaml
Stefan Prodan 291338098f
Add e2e tests with Kubernetes Kind
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2023-08-18 14:21:03 +03:00

23 lines
515 B
YAML

name: test
on:
workflow_dispatch:
pull_request:
push:
branches: [ '*' ]
tags-ignore: [ '*' ]
jobs:
manifests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup yq
uses: fluxcd/pkg/actions/yq@main
- name: Setup kubeconform
uses: fluxcd/pkg/actions/kubeconform@main
- name: Setup kustomize
uses: fluxcd/pkg/actions/kustomize@main
- name: Validate manifests
run: ./scripts/validate.sh