Skip to content

Commit 0524f3a

Browse files
committed
try to fix tests
1 parent 1e9dc11 commit 0524f3a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-python@v2
1212
with:
1313
python-version: '3.x'
14-
- run: python tests/test_client.py
14+
- run: python test_client.py
1515
env:
1616
TB_KEY: ${{ secrets.TB_KEY }}
1717
TB_SECRET: ${{ secrets.TB_SECRET }}
File renamed without changes.

0 commit comments

Comments
 (0)