Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Fix Flux templates versioning (#20) #33

Fix Flux templates versioning (#20)

Fix Flux templates versioning (#20) #33

Workflow file for this run

name: Test
on:
- push
jobs:
test-config:
name: Configuration Tests
permissions:
contents: read
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-config.yml@main
test-integration:
name: Integration Tests
strategy:
matrix:
k8s_version: [v1.25, v1.26, v1.27]
permissions:
contents: read
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-integration.yml@main
with:
k8s_version: ${{ matrix.k8s_version }}