Skip to content

Capture the debug buffer for each spec. We can use this to show debug information in other runners, like the TestBox CLI runner. #75

Capture the debug buffer for each spec. We can use this to show debug information in other runners, like the TestBox CLI runner.

Capture the debug buffer for each spec. We can use this to show debug information in other runners, like the TestBox CLI runner. #75

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "master"
- "development"
- "releases/**"
pull_request:
branches:
- development
- "releases/**"
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
format_check:
name: Checks Source Code Formatting
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: Ortus-Solutions/[email protected]
with:
cmd: run-script format:check