ciaranmcnulty / phpspec-githubactions
A PhpSpec extension to enhance the experience when running in Github Actions
1.0.2
2020-11-18 16:37 UTC
Requires
- php: ^7.4 || ~8.0.0
- phpspec/phpspec: ^7.0
Requires (Dev)
- behat/behat: ^3.8
- symfony/filesystem: ^5.1
This package is auto-updated.
Last update: 2024-10-19 00:42:45 UTC
README
This extension enhances PhpSpec failure messages inside Github Actions so that they can be displayed inline on a Pull Request as annotations.
Installation
composer require --dev ciaranmcnulty/phpspec-githubactions
Add the followig to your project's phpspec.yaml
:
extensions: Cjm\PhpSpec\GithubActionsExtension ~
Usage
The extension autodetects it is in a GA environment, so no further action is needed