driver-telegram icon indicating copy to clipboard operation
driver-telegram copied to clipboard

The tests GitHub workflow is not working

Open antimech opened this issue 2 years ago • 1 comments

Tests runs fine on my machine. Seems like to fix it here this needs to be added to the end of the composer.json file:

"config": {
    "allow-plugins": {
        "thecodingmachine/discovery": true
    }
}

and add --ignore-platform-req=composer-plugin-api to tests.yml composer install section.

Originally posted by @antimech in https://github.com/botman/driver-telegram/issues/110#issuecomment-1782339024

antimech avatar Oct 27 '23 09:10 antimech

Learn more about the error here: https://github.com/botman/driver-telegram/actions/runs/6381289890/job/17317450233

antimech avatar Oct 27 '23 10:10 antimech