chore: switch all references of graycore/github-actions-magento2 to mage-os/github-actions

This commit is contained in:
Vinai Kopp
2023-06-17 09:49:31 +02:00
parent 7b813336fa
commit 1dc33c08a1
23 changed files with 46 additions and 46 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ jobs:
needs: compute_matrix
uses: ./.github/workflows/integration.yaml
with:
package_name: graycore/magento2-demo-package
package_name: mage-os/magento2-demo-package
source_folder: $GITHUB_WORKSPACE/_test/demo-package
matrix: ${{ needs.compute_matrix.outputs.matrix }}
test_command: ../../../vendor/bin/phpunit ../../../vendor/graycore/magento2-demo-package/Test/Integration
test_command: ../../../vendor/bin/phpunit ../../../vendor/mage-os/magento2-demo-package/Test/Integration
fail-fast: false