Skip to content

[tmp] testing workflows #1

[tmp] testing workflows

[tmp] testing workflows #1

Workflow file for this run

name: Mirrors Check
on:
schedule:
- cron: "0 8 * * *"
push:
branches:
- main
- test-mirrors
jobs:
mirrors:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.12
architecture: x64
- name: Install dependencies
run: pip install -r test-suite/requirements.txt
- name: Test mirrors
working-directory: test-suite
run: pytest -vvv test_mirrors.py