Skip to content

Update dependency flux-local to v7 #12535

Update dependency flux-local to v7

Update dependency flux-local to v7 #12535

Workflow file for this run

---
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