From 569a27fd4869e484ee15fa6d6d3f8effc4e35c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=BE=A4=20=E5=85=8B=E5=B9=B8?= <4ranci0ne@gmail.com> Date: Sun, 9 Apr 2023 17:02:33 +0900 Subject: [PATCH] update --- .github/workflows/merge_test.yaml | 2 +- {tools => tests}/merge_test.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tools => tests}/merge_test.py (100%) diff --git a/.github/workflows/merge_test.yaml b/.github/workflows/merge_test.yaml index 976aad4..f3cbc20 100644 --- a/.github/workflows/merge_test.yaml +++ b/.github/workflows/merge_test.yaml @@ -22,4 +22,4 @@ jobs: pip install -r ./tools/requirements.txt - name: run tests - run: python -m unittest discover -s tests -p './tools/*_test.py' \ No newline at end of file + run: python -m unittest discover -s tests -p '*_test.py' \ No newline at end of file diff --git a/tools/merge_test.py b/tests/merge_test.py similarity index 100% rename from tools/merge_test.py rename to tests/merge_test.py