botman / botman/driver-telegram

The tests GitHub workflow is not working

Open
#114 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.