Skip to content

Automated backport of #1585: Only fail builds for high+ vulns #936

Automated backport of #1585: Only fail builds for high+ vulns

Automated backport of #1585: Only fail builds for high+ vulns #936

Workflow file for this run

---
name: Unit Test Validation
on:
pull_request:
permissions: {}
jobs:
check-unit-tests-fail:
name: 'Check that unit test failures are detected'
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Run unit which is expected to fail
run: sh -c '! make unit'