fix: CI: update make command
This commit is contained in:
parent
1e0aedad61
commit
43024f1940
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue