feat: add scripts/ui tests to cicd

This commit is contained in:
Benjamin Labrecque
2026-07-27 10:23:39 +02:00
parent 59aaea4c9f
commit 96b1fb23a5
+9
View File
@@ -42,6 +42,15 @@ jobs:
services:
- 'services/**'
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
- name: Install Python 3.10
run: uv python install 3.10
- name: Run tests
run: |
cd scripts && uv run pytest
# TODO: maybe this is better: `rsync -av --delete ./ "${DEST_DIR}/"` # Sync everything perfectly, including hidden files, and delete old stale files
- name: Bin - deploy
if: steps.filter.outputs.bin == 'true'