chore(deps): update dependency fluxcd/flux2 to v2 #86
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: 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 |