Skip to content

Unit Tests (nightly) #3

Unit Tests (nightly)

Unit Tests (nightly) #3

# Helpful YAML parser to clarify YAML syntax:
# https://yaml-online-parser.appspot.com/
#
# This workflow will run nightly or when triggered from PR comment
name: Unit Tests (nightly)
on:
schedule:
- cron: '0 5 * * *'
timezone: 'America/Los_Angeles'
workflow_dispatch: {}
jobs:
run-unittests-python:
name: Unit Tests Python
uses: ./.github/workflows/unittests_python.yml
with:
trigger-sha: ${{ github.sha }}