ciaranmcnulty/phpspec-githubactions
A PhpSpec extension to enhance the experience when running in Github Actions
Maintainers
Package info
github.com/ciaranmcnulty/phpspec-githubactions
pkg:composer/ciaranmcnulty/phpspec-githubactions
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 5a54e855f04e44c3da09be0b45bdb069fa75b6f4
- Ciaran McNulty <mail.woop@ciaranmcnulty.com>
This package is auto-updated.
Last update: 2026-06-19 04:29:54 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
