Skip to content

Commit

Permalink
Fix run-all button to update watchers in real-time
Browse files Browse the repository at this point in the history
  • Loading branch information
Toalaah committed Jun 14, 2021
1 parent 49ab040 commit cdb30d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions packages/AutoTDD-Dummy-Success-Tests.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SquotTrackedObjectMetadata {
#objectClassName : #PackageInfo,
#objectsReplacedByNames : true,
#serializer : #SquotCypressCodeSerializer
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
action
runAll

self watchers do: [ :watcher | self runWatcher: watcher ].
self gitHubActions do: [ :gitHubAction | self refreshGitHubAction: gitHubAction ].
self travisStatuses do: [ :travisStatus | self refreshTravisStatus: travisStatus ].
self gitHubActions do: [ :gitHubAction | self refreshGitHubAction: gitHubAction ]
self watchers do: [ :watcher | self runWatcher: watcher ]
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"resumeSelectedWatchers" : "swi 7/25/2019 15:31",
"resumeTravisStatus:" : "swi 6/5/2019 18:13",
"resumeWatcher:" : "vxr 5/15/2019 22:09",
"runAll" : "ng 5/23/2021 15:34",
"runAll" : "SK 6/14/2021 12:18",
"runSelectedWatchers" : "vxr 5/15/2019 22:10",
"runWatcher:" : "vxr 5/15/2019 22:11",
"selectedGitHubAction" : "BF 5/21/2021 13:43",
Expand Down

0 comments on commit cdb30d2

Please sign in to comment.