fix: CI: update make command

This commit is contained in:
Aravinth Manivannan
2023-07-02 21:54:42 +05:30
parent 1e0aedad61
commit 43024f1940

View File

@@ -103,7 +103,7 @@ jobs:
run: make frontend
- name: Run the frontend tests
run: make frontend-test
run: make test.frontend
- name: Run migrations
run: make migrate