mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-23 23:13:38 -06:00
Python tests don't need to have JS dependencies installed.
This commit is contained in:
parent
537f6f0ab1
commit
3c27d2fd7e
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ linter:
|
||||
check: install-node bundle linter
|
||||
cd web && yarn run karma start -- --single-run && python regression/runtests.py
|
||||
|
||||
check-python: install-node bundle
|
||||
check-python:
|
||||
cd web && python regression/runtests.py --exclude feature_tests
|
||||
|
||||
check-feature: install-node bundle
|
||||
|
Loading…
Reference in New Issue
Block a user