botman / botman/driver-telegram
The tests GitHub workflow is not working
Open
- Dominant language
- PHP
- Stars
- 94
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
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:
```json
"config": {
"allow-plugins": {
"thecodingmachine/discovery": true
}
}
```
and add `--ignore-platform-req=composer-plugin-api` to [tests.yml](https://github.com/botman/driver-telegram/blob/master/.github/workflows/tests.yml) `composer install` section.
_Originally posted by @antimech in https://github.com/botman/driver-telegram/issues/110#issuecomment-1782339024_
Contributor guide
Assessment
This issue has not been assessed yet.