chore(docker-compose): fix typo of temporal_admin_tools_vdp
(#422)
#1217
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 |