Add e2e tests

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2024-04-10 13:36:19 +03:00
parent 537fdc4926
commit 9765f84657
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
2 changed files with 66 additions and 0 deletions

23
.github/workflows/test.yaml vendored Normal file
View file

@ -0,0 +1,23 @@
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: make validate