You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(core.info).toBeCalledWith("Deployment started. Watch this deployment's progress in the Amazon ECS console: https://fake-region.console.aws.amazon.com/ecs/v2/clusters/cluster-789/services/service-456/events?region=fake-region");
189
189
});
190
-
191
190
192
191
test('registers the task definition contents and updates the service if deployment controller type is ECS',async()=>{
193
192
mockEcsDescribeServices.mockImplementation(
@@ -557,7 +556,7 @@ describe('Deploy to ECS', () => {
0 commit comments