Skip to content

Bump anchore/scan-action from 3.3.6 to 3.3.8 #921

Bump anchore/scan-action from 3.3.6 to 3.3.8

Bump anchore/scan-action from 3.3.6 to 3.3.8 #921

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'