Skip to content
Snippets Groups Projects
Commit 8981f24b authored by Jaden DIEFENBAUGH's avatar Jaden DIEFENBAUGH
Browse files

try to get CI to run tests

parent 67144604
No related branches found
No related tags found
No related merge requests found
Pipeline #24514 passed
......@@ -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