docs: improve README for workflows and actions

This commit is contained in:
Damien Retzinger
2022-06-26 13:36:47 -04:00
parent 56cff9de0b
commit e7cf80c743
3 changed files with 37 additions and 49 deletions
+2 -3
View File
@@ -53,10 +53,9 @@ jobs:
needs: compute_matrix
uses: graycoreio/github-actions-magento2/.github/workflows/integration.yaml@main
with:
package_name: graycore/magento2-demo-package
source_folder: $GITHUB_WORKSPACE/_test/demo-package
package_name: my-vendor/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/my-vendor/package/Test/Integration
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}
```