OPSEXP-2410 Add instruction to install with helm older version of ACS… #653
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: Docker Compose (Community) | |
on: | |
pull_request: | |
branches: | |
- master | |
- release/** | |
- next/** | |
paths: | |
- docker-compose/community-compose.yaml | |
- test/postman/docker-compose/** | |
- .github/workflows/docker-compose-community.yml | |
push: | |
branches: | |
- master | |
- release/** | |
jobs: | |
compose_community: | |
name: Docker Compose community | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- uses: >- | |
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected] | |
with: | |
compose_file_path: docker-compose/community-compose.yaml | |
postman_path: test/postman/docker-compose | |
postman_json: acs-test-docker-compose-collection.json |