Skip to content

Bump github/codeql-action from 2.22.5 to 2.22.8 #922

Bump github/codeql-action from 2.22.5 to 2.22.8

Bump github/codeql-action from 2.22.5 to 2.22.8 #922

Workflow file for this run

---
name: Unit Test Validation
on:
pull_request:
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'