mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-05 12:45:45 -07:00
chore: Add backend tests to makefile (#4473) [skip ci]
This commit is contained in:
parent
70c7f0534c
commit
844f6eba4b
1 changed files with 6 additions and 3 deletions
9
makefile
9
makefile
|
@ -7,8 +7,11 @@ frontend:
|
|||
install-frontend:
|
||||
cd src/Ombi/ClientApp && yarn
|
||||
|
||||
install-tests:
|
||||
install-frontend-tests:
|
||||
cd tests && yarn
|
||||
|
||||
tests:
|
||||
cd tests && npx cypress open
|
||||
frontend-tests:
|
||||
cd tests && npx cypress run
|
||||
|
||||
backend-tests:
|
||||
cd src/Ombi.Core.Tests && dotnet test
|
Loading…
Add table
Add a link
Reference in a new issue