Skip to content

Commit 5096801

Browse files
Fix command-line argument in xvfb
1 parent 00f8dc5 commit 5096801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838

3939
- name: Execute Tests
4040
# run: uv run pytest -v tests/ --cov=tk_tools
41-
run: xvfb-run uv run -a pytest -v tests/ --cov=tk_tools
41+
run: xvfb-run -a uv run pytest -v tests/ --cov=tk_tools

0 commit comments

Comments
 (0)