Bugfix: discover all tests in tests-dir
This commit is contained in:
parent
31714c9235
commit
a5cae0e337
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent none
|
||||
environment {
|
||||
TEST_DIR = 'test'
|
||||
TEST_DIR = 'tests'
|
||||
SPHINX_DIR = 'docs'
|
||||
BUILD_DIR = 'build/html'
|
||||
SOURCE_DIR = 'source'
|
||||
|
Loading…
Reference in New Issue
Block a user