ci: easy repo switching (#192)

This commit is contained in:
Damien Retzinger
2025-04-09 10:30:27 -04:00
committed by GitHub
parent 01cbea18c9
commit 0f072ba9a0
3 changed files with 22 additions and 1 deletions
+5
View File
@@ -21,6 +21,9 @@ on:
- "supported-version/**"
- "!(**/*.md)"
env:
MAGENTO_COMPOSER_REPO: "https://mirror.mage-os.org/"
jobs:
compute_matrix:
runs-on: ubuntu-latest
@@ -49,3 +52,5 @@ jobs:
magento_version: ${{ matrix.magento }}
package_name: mage-os/magento2-demo-package
source_folder: $GITHUB_WORKSPACE/_test/demo-package
composer_auth: ${{ secrets.COMPOSER_AUTH }}
magento_repository: ${{ env.MAGENTO_COMPOSER_REPO }}