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

try to get CI to run tests

parent 33536f87
No related branches found
No related tags found
1 merge request!25Fix browser tests on CI
......@@ -36,6 +36,9 @@ requirements:
- beat.cmdline
test:
script_env:
- BEAT_BROWSER_TESTS
files:
- js
......@@ -56,7 +59,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') %}
- 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