Skip to content

Commit 2586262

Browse files
Update XVFB configuration
1 parent 559672e commit 2586262

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
uses: astral-sh/setup-uv@v3
3232

3333
- name: Execute Tests
34-
run: uv run pytest -v tests/ --cov=tk_tools
34+
# run: uv run pytest -v tests/ --cov=tk_tools
35+
run: xvfb-run uv run pytest -v tests/ --cov=tk_tools

0 commit comments

Comments
 (0)