ciaranmcnulty/phpspec-githubactions

A PhpSpec extension to enhance the experience when running in Github Actions

1.0.2 2020-11-18 16:37 UTC

This package is auto-updated.

Last update: 2024-03-18 23:33:44 UTC


README

This extension enhances PhpSpec failure messages inside Github Actions so that they can be displayed inline on a Pull Request as annotations.

Example output

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