Skip to content

chore(docs): use new conf file for OpenAPI version #2098

chore(docs): use new conf file for OpenAPI version

chore(docs): use new conf file for OpenAPI version #2098

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