Skip to content

Bump github/codeql-action from 3.25.10 to 3.25.11 in the github-actions group #943

Bump github/codeql-action from 3.25.10 to 3.25.11 in the github-actions group

Bump github/codeql-action from 3.25.10 to 3.25.11 in the github-actions group #943

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@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Run unit which is expected to fail
run: sh -c '! make unit'