diff --git a/.github/workflows/mage-os_nightly_test.yml b/.github/workflows/mage-os_nightly_test.yml index 55dccf2a..a5d9da20 100644 --- a/.github/workflows/mage-os_nightly_test.yml +++ b/.github/workflows/mage-os_nightly_test.yml @@ -58,7 +58,7 @@ jobs: DB_HOST="127.0.0.1:${DB_PORT}" # Create project - composer create-project --stability alpha --repository-url=https://upstream-nightly.mage-os.org magento/project-community-edition mage-os + composer create-project --stability alpha --repository-url=https://repo.mage-os.org mage-os/project-community-edition mage-os # Change directory cd mage-os