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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
java: [ '21', '25' ]
|
||||||
include:
|
include:
|
||||||
- testName: ImageMagick
|
- testName: ImageMagick
|
||||||
buildProfile: imagemagick
|
buildProfile: imagemagick
|
||||||
@@ -212,6 +213,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.26.0
|
- 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
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.26.0
|
||||||
|
with:
|
||||||
|
java-version: ${{ matrix.java }}
|
||||||
- name: "Login to Docker Hub"
|
- name: "Login to Docker Hub"
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user