Skip to content

Commit b8d87aa

Browse files
committed
fix(ci): Add presto native docker image tests
1 parent 2a248d3 commit b8d87aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/presto-release-publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,14 @@ jobs:
468468
docker push $ORG_NAME/${{ env.IMAGE_NAME }}:latest
469469
fi
470470
471+
native-image-tests:
472+
needs: publish-native-image
473+
if: (!failure() && !cancelled())
474+
name: Run Docker Image Tests
475+
uses: ${{ github.repository_owner }}/presto-release-tools/.github/workflows/docker-image-tests.yml@master
476+
with:
477+
image_tag: ${{ inputs.RELEASE_VERSION }}
478+
471479
publish-docs:
472480
needs: publish-maven-artifacts
473481
if: (!failure() && !cancelled()) && github.event.inputs.publish_docs == 'true'

0 commit comments

Comments
 (0)