Explorar o código

Another Jenkins update

fooser %!s(int64=7) %!d(string=hai) anos
pai
achega
f0db76e837
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -5,12 +5,13 @@ pipeline {
         stage('Build') {
             steps {
                 echo 'Building...'
+                sh 'python3.7 -m poetry install --develop .'
                 sh 'python3.7 -m poetry install'
             }
         }
         stage('Test') {
             steps {
-                sh 'tox'
+                sh 'poetry run tox'
             }
         }
         stage('Deploy') {