This commit is contained in:
Drake Marino 2024-06-06 21:40:28 -05:00
parent d350dde994
commit ee8b419887

2
Jenkinsfile vendored
View File

@ -126,7 +126,6 @@ pipeline {
}
}
}
}
stage('Run API Tests') {
steps {
sh '''cd fbla-api
@ -135,3 +134,4 @@ pipeline {
}
}
}
}