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

get tests running on updated CI, closes #164

parent 42d9e5fb
No related branches found
No related tags found
1 merge request!25Fix browser tests on CI
......@@ -59,11 +59,10 @@ test:
- beat editor --help
- beat editor serve --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
{% if environ.get('BEAT_BROWSER_TESTS') %}
- cd {{ project_dir }}/conda/js
- npm install
- npm test
- cd -
- if [ -n "${BEAT_DOCKER_TESTS}" ]; then cd {{ project_dir }}/conda/js; fi
- if [ -n "${BEAT_DOCKER_TESTS}" ]; then npm install; fi
- if [ -n "${BEAT_DOCKER_TESTS}" ]; then npm test; fi
- if [ -n "${BEAT_DOCKER_TESTS}" ]; then cd -; fi
{% endif %}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
......
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