Skip to content

Using Pernosco To Debug Github Actions Test Failures

Robert O'Callahan edited this page Aug 16, 2021 · 4 revisions

Quick Start

  • Add the Pernosco Github app to your repository
  • Add PERNOSCO_ENABLE: 1 to one or more steps in your Github Actions workflow (e.g. .gitlab/workflows/build.yml)

When that step fails during an Actions workflow run, Pernosco will try to reproduce the bug. If successful, it will create a debugging session and add a link to it.

This will only work if your project is authorized. Contact [email protected] to request authorization.

Example

See https://github.com/Pernosco/github-actions-test/commit/d3defd861989c153c298e5086fe1c3ae51cbe457.

Pernosco "debug" status with Details link to Pernosco debugging sessions

Q

Clone this wiki locally