Skip to content

ci: declare workflow-level contents: read on 6 workflows #173

ci: declare workflow-level contents: read on 6 workflows

ci: declare workflow-level contents: read on 6 workflows #173

name: Unit Test and Coverage
on:
push:
branches:
- dev
- main
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
schedule:
# 9:25 PM UTC every Sunday
- cron: '25 21 * * 0'
permissions:
contents: read
jobs:
unit-test-coverage:
name: Run unit test and coverage
uses: nasa/cFS/.github/workflows/unit-test-coverage-reusable.yml@dev