Skip to content

Commit

Permalink
Update Jenkinsfile testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xross committed Aug 8, 2022
1 parent 5a32d60 commit dfc406e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ pipeline {
xcoreLibraryChecks("${REPO}")
}
}
stage('XS2 Tests') {
stage('Testing') {
failFast true
parallel {
stage('Legacy tests') {
stage('Tests') {
steps {
dir("${REPO}/tests"){
viewEnv(){
Expand All @@ -41,7 +41,7 @@ pipeline {
}
}
}
stage('Unit tests') {
stage('Unity tests') {
steps {
dir("${REPO}") {
dir('tests') {
Expand Down

0 comments on commit dfc406e

Please sign in to comment.