Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/_internal-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ jobs:
composer_version: ${{ matrix.composer }}
php_version: ${{ matrix.php }}
magento_version: ${{ matrix.magento }}
composer_auth: ${{ secrets.COMPOSER_AUTH }}
package_name: graycore/magento2-demo-package
source_folder: $GITHUB_WORKSPACE/_test/demo-package
2 changes: 0 additions & 2 deletions .github/workflows/_internal-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ jobs:
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
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}
1 change: 0 additions & 1 deletion .github/workflows/_internal-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ jobs:
with:
source_folder: _test/demo-package
php_version: ${{ matrix.php_version }}
composer_auth: ${{ secrets.COMPOSER_AUTH }}
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:

secrets:
composer_auth:
required: true
required: false

jobs:
integration_test:
Expand Down
2 changes: 1 addition & 1 deletion installation-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ inputs:
description: "Where to install Magento from"

composer_auth:
required: true
required: false
description: "Composer Authentication Credentials"

runs:
Expand Down
2 changes: 1 addition & 1 deletion unit-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
description: "The test command"

composer_auth:
required: true
required: false
description: "Composer Authentication Credentials"

runs:
Expand Down