diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 774e4a906..632b10157 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -67,11 +67,17 @@ jobs: docker exec -t prestashop php modules/autoupgrade/bin/console backup:create admin-dev - name: Download local ZIP and XML for local channel - if: matrix.UPGRADE_CHANNEL == 'local' + if: matrix.UPGRADE_CHANNEL == 'local' || matrix.PS_VERSION_END != '9.0.0' run: | docker exec -t prestashop curl --fail -L https://github.com/PrestaShop/zip-archives/raw/main/prestashop_${{ matrix.PS_VERSION_END }}.zip -o admin-dev/autoupgrade/download/prestashop_${{ matrix.PS_VERSION_END }}.zip docker exec -t prestashop curl --fail -L https://api.prestashop.com/xml/md5/${{ matrix.PS_VERSION_END }}.xml -o admin-dev/autoupgrade/download/prestashop_${{ matrix.PS_VERSION_END }}.xml + - name: Download local ZIP and XML for local channel + if: matrix.PS_VERSION_END == '9.0.0' + run: | + docker exec -t prestashop curl --fail -L https://storage.googleapis.com/prestashop-core-nightly/2024-11-28-develop-prestashop_9.0.0.zip -o admin-dev/autoupgrade/download/prestashop_${{ matrix.PS_VERSION_END }}.zip + docker exec -t prestashop curl --fail -L https://storage.googleapis.com/prestashop-core-nightly/2024-11-28-develop-prestashop_9.0.0.xml -o admin-dev/autoupgrade/download/prestashop_${{ matrix.PS_VERSION_END }}.xml + - name: Write configuration file run: | docker exec -t prestashop sh -c "echo '{