chore(deps): update camunda/zeebe docker tag to v8.6.4 #278
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: "Test docker-compose-web-modeler.yaml with OpenSearch" | |
on: | |
push: | |
branches: | |
- "**" | |
jobs: | |
test_modeler_yaml: | |
uses: ./.github/workflows/template-deploy.yaml | |
secrets: inherit | |
with: | |
compose_args: "-f docker-compose.yaml -f docker-compose-web-modeler.yaml --profile opensearch" | |
run_e2e_tests: true | |
search_db: opensearch |