Skip to content

Nightly Tests and Coverage #56

Nightly Tests and Coverage

Nightly Tests and Coverage #56

Workflow file for this run

name: Nightly Tests and Coverage
on:
schedule:
# This schedule will run the workflow every day at 9 am UTC (2 am Pacific Time)
- cron: '0 9 * * *'
jobs:
test-package:
uses: ./.github/workflows/run_unit_tests.yml