fix: CI: update make command

This commit is contained in:
Aravinth Manivannan 2023-07-02 21:54:42 +05:30
parent 1e0aedad61
commit 43024f1940
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

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