diff --git a/.github/workflows/testing-suite.yaml b/.github/workflows/testing-suite.yaml index 4a47196..f33b374 100644 --- a/.github/workflows/testing-suite.yaml +++ b/.github/workflows/testing-suite.yaml @@ -18,5 +18,5 @@ jobs: 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 - vendor/bin/grumphp run + vendor/bin/grumphp run --no-interaction shell: bash