ciaranmcnulty/phpspec-githubactions

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

Maintainers

👁 ciaranmcnulty

Package info

github.com/ciaranmcnulty/phpspec-githubactions

pkg:composer/ciaranmcnulty/phpspec-githubactions

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.2 2020-11-18 16:37 UTC

Requires

Requires (Dev)

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.

👁 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