From 6a6038acdd7886092ae81e50c1282343264a399c Mon Sep 17 00:00:00 2001 From: Vincent Le Quec Date: Fri, 14 Jun 2024 14:08:59 +0200 Subject: [PATCH] ci: Tests --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 28c81fd6..c00c7e01 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -51,5 +51,6 @@ jobs: - name: Test the image run: docker run --env PS_DOMAIN='localhost:80' $DOCKER_IMAGE cat VERSION +# run: docker run --env PS_DOMAIN='localhost:80' --entrypoint cat $DOCKER_IMAGE cat VERSION env: DOCKER_IMAGE: prestashop/prestashop:${{ matrix.ps_version }}-${{ matrix.os_flavour }}