Skip to content

Exit 1 on regression detection #48

Exit 1 on regression detection

Exit 1 on regression detection #48

Workflow file for this run

name: CI tests
on:
push:
branches:
- master
- main
pull_request:
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