Skip to content

Commit 1e9dc11

Browse files
committed
setup GitHub Actions
1 parent 2c78158 commit 1e9dc11

File tree

1 file changed

+1
-1
lines changed

1 file 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 tests/test_client.py
1515
env:
1616
TB_KEY: ${{ secrets.TB_KEY }}
1717
TB_SECRET: ${{ secrets.TB_SECRET }}

0 commit comments

Comments
 (0)