Skip to content

Commit

Permalink
add a community test
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Sep 30, 2024
1 parent a7f26c9 commit dd247f3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,14 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1

- name: Verify docker-compose

- name: Verify docker-compose (community)
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected]
timeout-minutes: 10
with:
compose_file_path: test/community-docker-compose.yml

- name: Verify docker-compose (enterprise)
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected]
timeout-minutes: 10
with:
Expand Down Expand Up @@ -195,7 +201,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: Alfresco/acs-deployment
ref: ${{ env.ACS_CHART_VERSION }}
ref: ${{ env.ACS_CHART_VERSION }}
path: github-source

- name: Setup helm repository
Expand Down

0 comments on commit dd247f3

Please sign in to comment.