Skip to content

Disable windows edge-case of monorepo compatibility #93

Disable windows edge-case of monorepo compatibility

Disable windows edge-case of monorepo compatibility #93

Workflow file for this run

name: Unit tests
on: [pull_request]
jobs:
run:
name: Run unit tests with codecov upload
runs-on: ${{ matrix.os }}
env:
USING_COVERAGE: '3.10'
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@master
- name: Install uv and set the python version
uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run unit tests
run: |
git config --global user.name "Github Action"
git config --global user.email "[email protected]"
uv run pytest --cov=mkdocs_git_revision_date_localized_plugin --cov-report=xml