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

Commit 51fe90d

Browse files
committed
Enable debug logs
1 parent faa21c1 commit 51fe90d

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: env && tox -vv -- -vv
2626
- name: Coveralls
2727
uses: AndreMiras/coveralls-python-action@develop
2828
with:

0 commit comments

Comments
 (0)