pull/99/head
唐澤 克幸 2023-04-09 17:02:33 +09:00 committed by GitHub
parent 01e8e741a3
commit 569a27fd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ jobs:
pip install -r ./tools/requirements.txt pip install -r ./tools/requirements.txt
- name: run tests - name: run tests
run: python -m unittest discover -s tests -p './tools/*_test.py' run: python -m unittest discover -s tests -p '*_test.py'