Add a flag --skip-kinds to omit kind from the output #2001
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: flux-local test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
cluster_path: | |
- tests/testdata/cluster | |
- tests/testdata/cluster2 | |
- tests/testdata/cluster3 | |
- tests/testdata/cluster5 | |
- tests/testdata/cluster4 | |
- tests/testdata/cluster6 | |
- tests/testdata/cluster7 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup Flux CLI | |
uses: fluxcd/flux2/[email protected] | |
- uses: ./action/test | |
with: | |
enable-helm: true | |
sources: cluster=tests/testdata/cluster3,flux-system,home-ops-kubernetes | |
path: ${{ matrix.cluster_path }} | |
api-versions: batch/v1/CronJob |