Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit a9bd193

Browse files
committed
Enable debug logs
1 parent faa21c1 commit a9bd193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/anthropic-hass.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python -m pip install --upgrade pip
2323
python -m pip install tox tox-gh-actions
2424
- name: Test with tox
25-
run: tox
25+
run: tox $(test "$RUNNER_DEBUG" && echo "-vv -- -vv")
2626
- name: Coveralls
2727
uses: AndreMiras/coveralls-python-action@develop
2828
with:

0 commit comments

Comments
 (0)