Skip to content

chore(pipeline): update pipeline-backend to v0.49.0-beta #2168

chore(pipeline): update pipeline-backend to v0.49.0-beta

chore(pipeline): update pipeline-backend to v0.49.0-beta #2168

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, artifact-backend]
uses: ./.github/workflows/integration-test-backend.yml
with:
component: ${{ matrix.component }}
target: latest
console:
uses: ./.github/workflows/integration-test-console.yml
with:
target: latest