diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 7de51507e..11abd7a7e 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -71,14 +71,20 @@ jobs: 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 in 9.0.0 + if: matrix.PS_VERSION_END == '9.0.0' + run: | + docker exec -t prestashop curl --fail -L https://storage.googleapis.com/prestashop-core-nightly/nightly_9.0.x.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/nightly_9.0.x.xml -o admin-dev/autoupgrade/download/prestashop_${{ matrix.PS_VERSION_END }}.xml + + - name: Download local ZIP and XML for local channel in 9.1.0 + if: matrix.PS_VERSION_END == '9.1.0' + run: | + docker exec -t prestashop curl --fail -L https://storage.googleapis.com/prestashop-core-nightly/nightly.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/nightly.xml -o admin-dev/autoupgrade/download/prestashop_${{ matrix.PS_VERSION_END }}.xml + - name: Write configuration file - - - name: Download local ZIP and XML for local channel in 9.1.x - if: matrix.PS_VERSION_END == '9.1.0' - run: | - docker exec -t prestashop curl --fail -L https://storage.googleapis.com/prestashop-core-nightly/nightly.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/nightly.xml -o admin-dev/autoupgrade/download/prestashop_${{ matrix.PS_VERSION_END }}.xml - run: | docker exec -t prestashop sh -c "echo '{ \"channel\":\"${{ matrix.UPGRADE_CHANNEL }}\",