chore: Add backend tests to makefile (#4473) [skip ci]

pull/4474/head
sephrat 2 years ago committed by GitHub
parent 70c7f0534c
commit 844f6eba4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save