Skip to content

Commit 0ceb52d

Browse files
authored
Merge pull request #4115 from OpenShot/app-launch2
Overhaul app launching, unit tests
2 parents 246d63e + 68dba6d commit 0ceb52d

25 files changed

+399
-296
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: python3 freeze.py build
3333

3434
- name: Test
35-
run: xvfb-run --auto-servernum --server-num=1 --server-args "-screen 0 1920x1080x24" python3 ./src/tests/query_tests.py
35+
run: python3 ./src/tests/query_tests.py -platform minimal

0 commit comments

Comments
 (0)