mirror of
https://github.com/fluxcd/flux2-hub-spoke-example.git
synced 2025-07-28 00:03:19 +00:00
Add e2e tests
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
537fdc4926
commit
9765f84657
2 changed files with 66 additions and 0 deletions
23
.github/workflows/test.yaml
vendored
Normal file
23
.github/workflows/test.yaml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue