Skip to content

ci(makefile): fix wrong config for helm test (#378) #178

ci(makefile): fix wrong config for helm test (#378)

ci(makefile): fix wrong config for helm test (#378) #178

name: Helm Integration Test (latest)
on:
workflow_dispatch:
push:
branches-ignore:
- release-please--branches--main
jobs:
backend:
strategy:
fail-fast: false
matrix:
component: [pipeline-backend, connector-backend, controller-vdp]
uses: instill-ai/vdp/.github/workflows/helm-integration-test-backend.yml@main
with:
component: ${{ matrix.component }}
target: latest