Skip to content

chore: test run workflow #1639

chore: test run workflow

chore: test run workflow #1639

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