Skip to content

Commit 82dadec

Browse files
committed
decrease verbosity
1 parent 717db08 commit 82dadec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Create test cache
3030
if: steps.cache.outputs.cache-hit != 'true'
3131
working-directory: ./tests/bokeh
32-
run: pytest tests/unit || true
32+
run: pytest --no-header --no-summary --quiet --tb=no tests/unit || true
3333
run:
3434
needs:
3535
- detect-usage
@@ -57,4 +57,4 @@ jobs:
5757

5858
- name: Run tests
5959
working-directory: ./tests/bokeh
60-
run: pytest
60+
run: pytest --tb=short

0 commit comments

Comments
 (0)