Skip to content

Enabling collapse for both JSON and JUNIT output formats #138

Enabling collapse for both JSON and JUNIT output formats

Enabling collapse for both JSON and JUNIT output formats #138

Workflow file for this run

name: CI tests
on:
workflow_dispatch:
push:
branches:
- master
- main
pull_request_target:
branches:
- master
- main
jobs:
lint:
uses: ./.github/workflows/pylint.yaml
build:
uses: ./.github/workflows/builders.yaml
tests:
needs: build
uses: ./.github/workflows/tests.yaml
secrets: inherit