Skip to content

Helm Integration Test (release) #81

Helm Integration Test (release)

Helm Integration Test (release) #81

name: Helm Integration Test (release)
on:
workflow_dispatch:
jobs:
backend:
strategy:
fail-fast: false
matrix:
component:
[mgmt-backend, pipeline-backend, model-backend]
uses: instill-ai/instill-core/.github/workflows/helm-integration-test-backend.yml@main
with:
component: ${{ matrix.component }}
target: release
console:
uses: instill-ai/instill-core/.github/workflows/helm-integration-test-console.yml@main
with:
target: release