diff --git a/.github/workflows/actions/checkout-prestashop/action.yml b/.github/workflows/actions/checkout-prestashop/action.yml index 44f7b766..5f292c48 100644 --- a/.github/workflows/actions/checkout-prestashop/action.yml +++ b/.github/workflows/actions/checkout-prestashop/action.yml @@ -82,9 +82,9 @@ runs: echo PS_FF_SYMFONY_LAYOUT=true >> .env shell: bash - # In old versions the docker configuration is not adapted to our test workflow so it is forcefully overridden + # In old versions the docker configuration is not adapted to our test workflow, it may even not exist So it is forcefully overridden - name: Override Docker configuration - if: startsWith(inputs.repository_ref, '1.7') + if: startsWith(inputs.repository_ref, '1.7') || startsWith(inputs.repository_ref, '8.0') run: | cp -R ./custom_actions/docker-reference/.docker ${{ inputs.ps_dir }} cp ./custom_actions/docker-reference/docker-compose.yml ${{ inputs.ps_dir }}