Skip to content

ci(Makefile): fix wrong tag in helm release test #203

ci(Makefile): fix wrong tag in helm release test

ci(Makefile): fix wrong tag in helm release test #203

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