Skip to content
Snippets Groups Projects
Commit 8aaa824e authored by Jaden DIEFENBAUGH's avatar Jaden DIEFENBAUGH Committed by Flavio TARSETTI
Browse files

try to get CI to run tests

parent a4bf53c3
No related branches found
No related tags found
1 merge request!25Fix browser tests on CI
......@@ -56,7 +56,7 @@ test:
- beat editor --help
- beat editor serve --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
{% if environ.get('BEAT_BROWSER_TESTS', False) %}
{% if environ.get('BEAT_BROWSER_TESTS', True) %}
- cd {{ project_dir }}/conda/js
- npm install
- npm test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment