Skip to content

Show all errors on test run #159

@mccalluc

Description

@mccalluc

Right now CI checks are are in three separate steps:

      - name: Pre-commit (format checks)
        run: pre-commit run --all-files

      - name: Check deployments
        run: python scripts/check.py --skip check_urls

      - name: Unit tests
        run: pytest -vv

It would be better to collect all the errors on the first run, probably by having a test that runs check.py and pre-commit as subprocesses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions