fixes 3
This commit is contained in:
parent
d350dde994
commit
ee8b419887
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -126,12 +126,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Run API Tests') {
|
||||
steps {
|
||||
sh '''cd fbla-api
|
||||
dart pub get
|
||||
dart run ./test/fbla_api_test.dart'''
|
||||
stage('Run API Tests') {
|
||||
steps {
|
||||
sh '''cd fbla-api
|
||||
dart pub get
|
||||
dart run ./test/fbla_api_test.dart'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user