diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 755ab397..6181f32c 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -18,4 +18,6 @@ jobs: pip install -r requirements.txt pip install . - name: Unit Test - run: pytest + run: | + cd tests + python -m pytest . diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7945915b..e14b369a 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -65,6 +65,6 @@ export default { diff --git a/frontend/src/components/apiList.vue b/frontend/src/components/apiList.vue index 8ec43f07..c760b61d 100644 --- a/frontend/src/components/apiList.vue +++ b/frontend/src/components/apiList.vue @@ -1,7 +1,7 @@