Skip to content

Commit

Permalink
ci: add bitbucket packages in smalltalk.ston testing
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbased committed Oct 2, 2024
1 parent 94eb530 commit 49e8023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ SmalltalkCISpec {
}
],
#testing: {
#packages : [ 'GitLab.*', 'GLPH.*', 'GitHub.*', 'GitProject.*' ],
#packages : [ 'GitLab.*', 'GLPH.*', 'GitHub.*', 'GitProject.*', 'BitBucket.*' ],
#coverage : {
#packages : [ 'GitLab.*', 'GLPH.*', 'GitHub.*', 'GitProject.*' ],
#packages : [ 'GitLab.*', 'GLPH.*', 'GitHub.*', 'GitProject.*', 'BitBucket.*' ],
#format : #lcov
}
}
Expand Down

0 comments on commit 49e8023

Please sign in to comment.