Skip to content

scheduled unit tests #527

scheduled unit tests

scheduled unit tests #527

name: scheduled unit tests
on:
schedule:
- cron: '10 8 * * *'
jobs:
scheduled-unit-tests:
name: scheduled unit tests
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
branch: ['master']
uses: ./.github/workflows/reusable-unit-tests.yml
with:
python-version: ${{ matrix.python-version }}
branch: ${{ matrix.branch }}
scheduled-unit-tests-docker:
name: scheduled docker tests
strategy:
fail-fast: false
matrix:
branch: ['master', 'stable-23.0']
uses: ./.github/workflows/reusable-unit-tests-docker.yml
with:
branch: ${{ matrix.branch }}