Skip to content

feat(integration): add Slack and GitHub OAuth configuration #2107

feat(integration): add Slack and GitHub OAuth configuration

feat(integration): add Slack and GitHub OAuth configuration #2107

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