Skip to content

Commit

Permalink
chore: add bitbucket test package in baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbased committed Oct 2, 2024
1 parent bd53993 commit 94eb530
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/BaselineOfGitLabHealth/BaselineOfGitLabHealth.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ BaselineOfGitLabHealth >> defineGroups: spec [
'GitLabHealth-Model-Analysis-Tests'
'GitLabHealth-Visualization' 'GitLabProjectHealth-ExtendModel-Generator'
'GitLabProjectHealth-Model-Importer'
'GitLabProjectHealth-Model-Importer-Tests' 'BitBucketHealth-Model-Importer' ).
'GitLabProjectHealth-Model-Importer-Tests'
'BitBucketHealth-Model-Importer' 'BitBucketHealth-Model-Importer-Tests' ).
spec group: 'default' with: #( 'Core' )
]

Expand Down Expand Up @@ -119,6 +120,7 @@ BaselineOfGitLabHealth >> defineJiraConnector: spec [
{ #category : #baselines }
BaselineOfGitLabHealth >> definePackages: spec [
"generic"

spec package: 'GitProjectHealth-Model-Importer'.

"gitlab"
Expand Down Expand Up @@ -146,7 +148,8 @@ BaselineOfGitLabHealth >> definePackages: spec [
with: [ spec requires: #( 'GitHubHealth-Model-Importer' ) ].

"bitBucket"
spec package: 'BitBucketHealth-Model-Importer'.
spec package: 'BitBucketHealth-Model-Importer';
package: 'BitBucketHealth-Model-Importer-Tests' with: [ spec requires: #( 'BitBucketHealth-Model-Importer' ) ].

"model extension"
spec
Expand Down

0 comments on commit 94eb530

Please sign in to comment.