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

try to get CI to run tests

parent c7c4944c
No related branches found
No related tags found
1 merge request!25Fix browser tests on CI
......@@ -102,7 +102,7 @@ build_macosx_36:
- mv conda-bld ${CONDA_ROOT}
script:
- export BEAT_BROWSER_TESTS=true
- BOB_TEST_ONLY=true ./_ci/build.sh
- BEAT_BROWSER_TESTS=true BOB_TEST_ONLY=true ./_ci/build.sh
after_script:
- ./_ci/after_build.sh
......
......@@ -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', True) %}
{% if environ.get('BEAT_BROWSER_TESTS', False) %}
- 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