Skip to content

Commit

Permalink
fix baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 19, 2024
1 parent a4a6cb3 commit 9ad6454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ baseline: spec
postLoadDoIt: #postLoadGeneric].
"test packages"
spec package: 'SqueakInboxTalkTests' with: [spec requires: #(#app)].
spec package: 'SqueakInboxTalkJobs' with: [spec requires: #withAllExtras].
spec package: 'SqueakInboxTalkJobs' with: [spec requires: #(tests withAllExtras)].

"groups"
spec
group: #app with: 'SqueakInboxTalk';
group: #default with: #(#app #tests);
group: #tests with: 'SqueakInboxTalkTests';
group: #jobs with: 'SqueakInboxTalkJobs';
group: #withAllExtras with: #(app 'SqueakInboxTalkExtras-Semantics')].
group: #withAllExtras with: #(default 'SqueakInboxTalkExtras-Semantics')].
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"latestTimeStampForPackage:" : "ct 11/18/2024 02:22",
"latestTimeStampsFor:" : "ct 11/19/2024 00:59" },
"instance" : {
"baseline:" : "ct 11/19/2024 00:56",
"baseline:" : "ct 11/19/2024 01:05",
"initializeSqhPreferences" : "ct 11/17/2024 23:26",
"installDependencies" : "ct 11/17/2024 23:17",
"isCI" : "ct 10/15/2022 21:23",
Expand Down

0 comments on commit 9ad6454

Please sign in to comment.