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