Skip to content

Bump the github-actions group with 2 updates #941

Bump the github-actions group with 2 updates

Bump the github-actions group with 2 updates #941

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