@@ -101,7 +101,6 @@ describe('test workflow platformDeploy', () => {
101
101
desktop : mocks . PLATFORM_DEPLOY__DESKTOP__STEP_MOCKS ,
102
102
iOS : mocks . PLATFORM_DEPLOY__IOS__STEP_MOCKS ,
103
103
web : mocks . PLATFORM_DEPLOY__WEB__STEP_MOCKS ,
104
- hybridApp : mocks . PLATFORM_DEPLOY__HYBRID_APP__STEP_MOCKS ,
105
104
postSlackMessageOnFailure : mocks . PLATFORM_DEPLOY__POST_SLACK_FAIL__STEP_MOCKS ,
106
105
postSlackMessageOnSuccess : mocks . PLATFORM_DEPLOY__POST_SLACK_SUCCESS__STEP_MOCKS ,
107
106
postGithubComment : mocks . PLATFORM_DEPLOY__POST_GITHUB_COMMENT__STEP_MOCKS ,
@@ -126,7 +125,6 @@ describe('test workflow platformDeploy', () => {
126
125
assertions . assertDesktopJobExecuted ( result , true , false ) ;
127
126
assertions . assertIOSJobExecuted ( result , true , false , true ) ;
128
127
assertions . assertWebJobExecuted ( result , true , false ) ;
129
- assertions . assertHybridAppJobExecuted ( result , true ) ;
130
128
assertions . assertPostSlackOnFailureJobExecuted ( result , false ) ;
131
129
assertions . assertPostSlackOnSuccessJobExecuted ( result , true , false ) ;
132
130
assertions . assertPostGithubCommentJobExecuted ( result , true , false ) ;
@@ -187,7 +185,6 @@ describe('test workflow platformDeploy', () => {
187
185
desktop : mocks . PLATFORM_DEPLOY__DESKTOP__STEP_MOCKS ,
188
186
iOS : mocks . PLATFORM_DEPLOY__IOS__STEP_MOCKS ,
189
187
web : mocks . PLATFORM_DEPLOY__WEB__STEP_MOCKS ,
190
- hybridApp : mocks . PLATFORM_DEPLOY__HYBRID_APP__STEP_MOCKS ,
191
188
postSlackMessageOnFailure : mocks . PLATFORM_DEPLOY__POST_SLACK_FAIL__STEP_MOCKS ,
192
189
postSlackMessageOnSuccess : mocks . PLATFORM_DEPLOY__POST_SLACK_SUCCESS__STEP_MOCKS ,
193
190
postGithubComment : mocks . PLATFORM_DEPLOY__POST_GITHUB_COMMENT__STEP_MOCKS ,
@@ -212,7 +209,6 @@ describe('test workflow platformDeploy', () => {
212
209
assertions . assertDesktopJobExecuted ( result , true , false ) ;
213
210
assertions . assertIOSJobExecuted ( result , true , false , true ) ;
214
211
assertions . assertWebJobExecuted ( result , true , false ) ;
215
- assertions . assertHybridAppJobExecuted ( result , true ) ;
216
212
assertions . assertPostSlackOnFailureJobExecuted ( result , false ) ;
217
213
assertions . assertPostSlackOnSuccessJobExecuted ( result , true , false ) ;
218
214
assertions . assertPostGithubCommentJobExecuted ( result , true , false ) ;
@@ -273,7 +269,6 @@ describe('test workflow platformDeploy', () => {
273
269
desktop : mocks . PLATFORM_DEPLOY__DESKTOP__STEP_MOCKS ,
274
270
iOS : mocks . PLATFORM_DEPLOY__IOS__STEP_MOCKS ,
275
271
web : mocks . PLATFORM_DEPLOY__WEB__STEP_MOCKS ,
276
- hybridApp : mocks . PLATFORM_DEPLOY__HYBRID_APP__STEP_MOCKS ,
277
272
postSlackMessageOnFailure : mocks . PLATFORM_DEPLOY__POST_SLACK_FAIL__STEP_MOCKS ,
278
273
postSlackMessageOnSuccess : mocks . PLATFORM_DEPLOY__POST_SLACK_SUCCESS__STEP_MOCKS ,
279
274
postGithubComment : mocks . PLATFORM_DEPLOY__POST_GITHUB_COMMENT__STEP_MOCKS ,
@@ -298,7 +293,6 @@ describe('test workflow platformDeploy', () => {
298
293
assertions . assertDesktopJobExecuted ( result , false ) ;
299
294
assertions . assertIOSJobExecuted ( result , false ) ;
300
295
assertions . assertWebJobExecuted ( result , false ) ;
301
- assertions . assertHybridAppJobExecuted ( result , false ) ;
302
296
assertions . assertPostSlackOnFailureJobExecuted ( result , false ) ;
303
297
assertions . assertPostSlackOnSuccessJobExecuted ( result , false ) ;
304
298
assertions . assertPostGithubCommentJobExecuted ( result , true , false , false ) ;
0 commit comments