mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
OPSEXP-3693: ensure space has been freed in PR workflow (#4938)
This commit is contained in:
@@ -170,6 +170,8 @@ jobs:
|
||||
- name: "folder-information-actions"
|
||||
id: 19
|
||||
steps:
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@9e15988fdf503869a04a9106daa9b06cfdb1768c # v11.0.0
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
@@ -194,6 +196,13 @@ jobs:
|
||||
quay_password: ${{ secrets.QUAY_PASSWORD }}
|
||||
acs_deployment_version: 'latest'
|
||||
|
||||
- name: Collect and push logs as artifact
|
||||
if: always()
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@b51dfeef6bda4a506778050a1c0e53eed440598c # v11.0.1
|
||||
with:
|
||||
log_retention: 7
|
||||
log_name_identifier: "logs-${{ matrix.e2e-suites.name }}"
|
||||
|
||||
- name: Before install
|
||||
uses: ./.github/actions/before-install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user