Skip to content

Commit 4d8019e

Browse files
committed
Enable display for dlc-live-test in CI
Update .github/workflows/testing.yml to run the Model Benchmark Test with --display instead of --nodisplay. This allows dlc-live-test to run tests that require a display (e.g., visual/benchmarking checks) in the CI workflow.
1 parent 89ba52e commit 4d8019e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
shell: bash
7070

7171
- name: Run Model Benchmark Test
72-
run: uv run dlc-live-test --nodisplay
72+
run: uv run dlc-live-test --display
7373

7474
- name: Run DLC Live Unit Tests
7575
run: uv run pytest

0 commit comments

Comments
 (0)