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
@@ -42,3 +42,5 @@ jobs:
matrix: ${{ needs.compute_matrix.outputs.matrix }}
test_command: ../../../vendor/bin/phpunit ../../../vendor/mage-os/magento2-demo-package/Test/Integration
fail-fast: false
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}