Skip to content

Commit

Permalink
Change testing suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Sep 26, 2024
1 parent 33bc970 commit cd94735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/testing-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: Testing Suite
run: |
composer2 config http-basic.repo.magento.com ${{ secrets.MAGENTO_USERNAME }} ${{ secrets.MAGENTO_PASSWORD }}
composer2 install --dev --prefer-dist --no-scripts --no-progress --optimize-autoloader --no-interaction -vvv
composer2 show
composer install youwe/coding-standard-magento2
composer install youwe/testing-suite
vendor/bin/grumphp run --no-interaction
shell: bash
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"php": "^8.0",
"tweakwise/magento2-tweakwise": ">=8.0.0."
},
"require-dev": {
"youwe/coding-standard-magento2": "^2.0.0",
"youwe/testing-suite": "^2.17"
},
"autoload": {
"files": [
"src/registration.php"
Expand Down

0 comments on commit cd94735

Please sign in to comment.