File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88env :
9+ JAVA_VERSION : " 17"
910 GITHUB_ACTIONS_DEPLOY_TIMEOUT : 60
1011 MAVEN_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
1112 MAVEN_USERNAME : ${{ secrets.NEXUS_USERNAME }}
2526 with :
2627 persist-credentials : false
2728 fetch-depth : 0
28- - uses : Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0
29- - uses : Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0
30- - uses : Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0
29+ - uses : Alfresco/alfresco-build-tools/.github/actions/get-build-info@v12.4.3
30+ - uses : Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v12.4.3
31+ - uses : Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v12.4.3
32+ with :
33+ java-version : ${{ env.JAVA_VERSION }}
3134 - name : Set up QEMU
3235 uses : docker/setup-qemu-action@v3
3336 with :
8588 python3 -m pytest --configuration ../tests/pipeline-all-amps/repo/target/dtas/dtas-config.json tests/ -s
8689 - name : " Dump all Docker containers logs"
8790 if : failure() && (steps.setup-env.outcome == 'failure' || steps.run-tests.outcome == 'failure')
88- uses : Alfresco/alfresco-build-tools/.github/actions/docker-dump-containers-logs@v8.16.0
91+ uses : Alfresco/alfresco-build-tools/.github/actions/docker-dump-containers-logs@v12.4.3
8992 - name : " Persist test failure flag"
9093 id : persist_test_failure_flag
9194 if : failure()
You can’t perform that action at this time.
0 commit comments