driver-telegram
driver-telegram copied to clipboard
The tests GitHub workflow is not working
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
Learn more about the error here: https://github.com/botman/driver-telegram/actions/runs/6381289890/job/17317450233