Skip to content

Internal improvements and cleanup #141

Internal improvements and cleanup

Internal improvements and cleanup #141

Workflow file for this run

name: Run Tests in Blender
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
fail-fast: false
matrix:
version: ["4.2", "4.3", "4.4", "4.5", "daily"]
os: [macos-14, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: BradyAJohnston/setup-blender@v3
with:
version: ${{ matrix.version }}
- name: Install and Test
run: |
blender -b -P tests/python.py -- -m pip install -e ".[test]"
blender -b -P tests/run.py -- -vv