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

get tests running on updated CI, closes #164

parent 8981f24b
No related branches found
No related tags found
No related merge requests found
Pipeline #24630 failed
......@@ -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