Skip to content

Commit

Permalink
Change step
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Dec 26, 2023
1 parent 4df972e commit 996926e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ci/Jenkinsfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ pipeline {
"""
}
}
stage('Integration Tests') {
steps {
sh """#!/bin/bash
set -eo pipefail
make integration-test 2>&1 | tee -a ${LOG_FILE}
"""
}
}
}
}
stage('Integration Tests') {
steps {
sh """#!/bin/bash
set -eo pipefail
make integration-test 2>&1 | tee -a ${LOG_FILE}
"""
}
}
stage('Component Tests') {
Expand Down

0 comments on commit 996926e

Please sign in to comment.