Skip to content
Snippets Groups Projects
Commit c7d056b8 authored by Giorgio Sironi's avatar Giorgio Sironi
Browse files

Run a single test

parent b54b85e6
No related branches found
No related tags found
No related merge requests found
elifeLibrary {
stage 'Checkout', {
checkout scm
}
stage 'Build image', {
sh 'docker build -t sciencebeam-gym .'
}
stage 'Run tests', {
elifeLocalTests './project_tests.sh'
}
}
#!/bin/bash
set -e
docker run sciencebeam-gym /bin/bash -c 'venv/bin/pip install pytest && venv/bin/pytest sciencebeam_gym/preprocess/find_line_numbers_test.py'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment