Skip to content

Test Current Release #420

Test Current Release

Test Current Release #420

name: Test Current Release
on:
workflow_dispatch:
schedule:
- cron: '45 16 * * 0' # <https://crontab.guru/#45_16_*_*_0> - "At 16:45 UTC on Sunday"
- cron: '30 18 * * 0'
- cron: '30 19 * * 0'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
python-version: ["3.11", "3.12"]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
repository: approvals/ApprovalTests.Python.StarterProject
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run Tests
run: |
./run_tests.sh