Skip to content
name: Test notebooks

Check failure on line 1 in .github/workflows/test_nightwatch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_nightwatch.yml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: test
on:
pull_request:
jobs:
test:
uses: ./.github/workflows/template.yml
steps:
- name: Generate JS test files
run: |
python3 devtools/make_test_js.py --api
- name: Start Jupyter Lab
run: |
nohup jupyter lab --no-browser --port=8888 &
sleep 10
- name: Run Nightwatch tests
run: npx nightwatch