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

12
Jenkinsfile vendored
View File

@ -126,12 +126,12 @@ pipeline {
} }
} }
} }
} stage('Run API Tests') {
stage('Run API Tests') { steps {
steps { sh '''cd fbla-api
sh '''cd fbla-api dart pub get
dart pub get dart run ./test/fbla_api_test.dart'''
dart run ./test/fbla_api_test.dart''' }
} }
} }
} }