Update dependency flux-local to v7 #12535
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
flux_tests: | |
strategy: | |
matrix: | |
cluster_path: | |
- kubernetes/clusters/prod | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup Flux CLI | |
uses: fluxcd/flux2/action@v2.4.0 | |
- name: flux-local test | |
uses: allenporter/flux-local/action/test@6.1.1 | |
with: | |
path: ${{ matrix.cluster_path }} | |
enable-helm: true | |
enable-kyverno: true |