@@ -1571,7 +1571,7 @@ describe("ci workflow guards", () => {
15711571 ( step : WorkflowStep ) => step . name === "Run Android ${{ matrix.task }}" ,
15721572 ) ;
15731573
1574- expect ( source ) . toContain ( '{ check_name: "android- test-play", task : "test-play" } ' ) ;
1574+ expect ( source ) . toContain ( 'task: useCompatibleAndroidCi ? " test-play-compat" : "test-play"' ) ;
15751575 expect ( source ) . toContain (
15761576 '{ check_name: "android-test-third-party", task: "test-third-party" }' ,
15771577 ) ;
@@ -2525,6 +2525,7 @@ printf '%s\n' "\${CURL_SUCCESS_IP:-203.0.113.7}"
25252525 ( step : WorkflowStep ) => step . name === "Run Android ${{ matrix.task }}" ,
25262526 ) . run ;
25272527 expect ( androidRun ) . toContain ( "build-play-compat)" ) ;
2528+ expect ( androidRun ) . toContain ( "test-play-compat)" ) ;
25282529 expect ( androidRun ) . toContain ( ":app:assemblePlayDebug" ) ;
25292530
25302531 const legacy = runCiManifestFixture ( { bundledPlanner : false } ) ;
@@ -2539,7 +2540,7 @@ printf '%s\n' "\${CURL_SUCCESS_IP:-203.0.113.7}"
25392540 JSON . parse ( expectDefined ( legacy . outputs . android_matrix , "legacy Android matrix output" ) )
25402541 . include ,
25412542 ) . toEqual ( [
2542- { check_name : "android-test-play" , task : "test-play" } ,
2543+ { check_name : "android-test-play" , task : "test-play-compat " } ,
25432544 { check_name : "android-test-third-party" , task : "test-third-party" } ,
25442545 { check_name : "android-build-play" , task : "build-play-compat" } ,
25452546 ] ) ;
0 commit comments