ci: path test II
This commit is contained in:
parent
872bad9b86
commit
7020ac587b
@ -3,5 +3,3 @@ FROM python:3.9
|
|||||||
RUN adduser --uid 1000 jenkins
|
RUN adduser --uid 1000 jenkins
|
||||||
|
|
||||||
USER jenkins
|
USER jenkins
|
||||||
|
|
||||||
RUN export PATH=$PATH:~/.local/bin
|
|
||||||
|
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -10,6 +10,7 @@ pipeline {
|
|||||||
|
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
sh 'export PATH=/.local/bin:$PATH'
|
||||||
sh 'pip install pip --upgrade --progress-bar off'
|
sh 'pip install pip --upgrade --progress-bar off'
|
||||||
sh 'pip install .[all] --progress-bar off'
|
sh 'pip install .[all] --progress-bar off'
|
||||||
sh 'pytest -v --junitxml=reports/result.xml'
|
sh 'pytest -v --junitxml=reports/result.xml'
|
||||||
|
Loading…
Reference in New Issue
Block a user