Skip to content

Commit

Permalink
always save logs as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 2, 2024
1 parent 520fa8a commit f4165e9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ jobs:
with:
compose_file_path: test/community-docker-compose.yml

- name: Save containers logs (Community)
if: always()
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
output-archive-name: community-logs.tar.gz

- name: Verify docker-compose (enterprise)
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected]
timeout-minutes: 10
Expand All @@ -152,8 +158,11 @@ jobs:
quay_username: ${{ secrets.QUAY_USERNAME }}
quay_password: ${{ secrets.QUAY_PASSWORD }}

- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]

- name: Save containers logs (Enterprise)
if: always()
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
output-archive-name: enterprise-logs.tar.gz

helm-test:
strategy:
Expand Down

0 comments on commit f4165e9

Please sign in to comment.