Skip to content

Fix interiorLightingSpace unique id issue and update examples #27

Fix interiorLightingSpace unique id issue and update examples

Fix interiorLightingSpace unique id issue and update examples #27

Workflow file for this run

name: Tests
# Run the offline test suite on every PR into main or develop (and on pushes
# to those branches). Live API tests skip automatically without a key.
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v8.2.0
- name: Set up Python
run: uv python install 3.12
- name: Install dependencies
run: uv sync
- name: Run tests
run: uv run pytest -q