mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-10-15 15:01:27 +00:00
ACS-10404 Initial test
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -189,6 +189,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
java: [ '21', '25' ]
|
||||
include:
|
||||
- testName: ImageMagick
|
||||
buildProfile: imagemagick
|
||||
@@ -212,6 +213,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.26.0
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.26.0
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: "Login to Docker Hub"
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user