chore: update profiles into the docker-compose-build.yaml file #1204
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Integration Test (latest) | |
on: | |
workflow_dispatch: | |
push: | |
branches-ignore: | |
- release-please--branches--main | |
jobs: | |
backend: | |
strategy: | |
fail-fast: false | |
matrix: | |
component: [pipeline-backend] | |
uses: instill-ai/vdp/.github/workflows/integration-test-backend.yml@main | |
with: | |
component: ${{ matrix.component }} | |
target: latest |