Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 44s

This commit is contained in:
2025-07-30 13:20:27 +02:00
parent 9e1671d919
commit 78010941e3
+5
View File
@@ -15,6 +15,11 @@ jobs:
repository: tligui_y/test-ci
ref: main
path: test-ci
- name: Install system packages for terminal tests
run: |
sudo apt-get update
sudo apt-get install -y xterm xdotool x11-utils
- name: Run reusable pytest-ci action
uses: ./test-ci