Skip to content

Bump the github-actions group with 2 updates #942

Bump the github-actions group with 2 updates

Bump the github-actions group with 2 updates #942

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'