mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
Add "See also" to README (#591)
* Add "See also" section * Add date * chore(docs): update TOC * Add YouTube videos * Add components.cloud * verbose loggin --------- Co-authored-by: basnijholt <basnijholt@users.noreply.github.com>
This commit is contained in:
parent
9caf645093
commit
29e54185e3
3 changed files with 34 additions and 26 deletions
3
.github/workflows/pytest.yaml
vendored
3
.github/workflows/pytest.yaml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10"]
|
||||
core-version: ["2023.2.5", "2023.3.6", "2023.4.6", "dev"]
|
||||
core-version: ["2023.2.5", "2023.3.6", "2023.4.6", "2023.5.2", "dev"]
|
||||
steps:
|
||||
- name: Check out code from GitHub
|
||||
uses: actions/checkout@v3
|
||||
|
|
@ -54,6 +54,7 @@ jobs:
|
|||
run: |
|
||||
cd core
|
||||
python3 -X dev -m pytest \
|
||||
-vvv \
|
||||
-qq \
|
||||
--timeout=9 \
|
||||
--durations=10 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue