Skip to content

chore(deps): update dependency fluxcd/flux2 to v2 #86

chore(deps): update dependency fluxcd/flux2 to v2

chore(deps): update dependency fluxcd/flux2 to v2 #86

Workflow file for this run

name: Flux2 Test
on:
workflow_dispatch:
pull_request:
branches: [main]
paths:
- "flux2/**"
- ".github/workflows/flux2*"
jobs:
manifests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
solution: [multi-clusters, multi-tenants]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup tools
uses: ./.github/actions/flux2/tools
- name: Validate manifests
working-directory: flux2/${{ matrix.solution }}
run: |
chmod +x ../scripts/validate.sh
../scripts/validate.sh