File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 38
38
description : Run firebase tests
39
39
type : boolean
40
40
required : false
41
+ mockapi_test_repeat :
42
+ description : Mockapi test repeat
43
+ default : ' 1'
44
+ required : true
45
+ type : string
41
46
# Build if main is updated to ensure up-to-date caches are available
42
47
push :
43
48
branches : [main]
@@ -396,9 +401,11 @@ jobs:
396
401
include :
397
402
- test-type : app
398
403
path : android/app/build/outputs/apk
399
- # Disabled due to flakiness.
400
- # - test-type: mockapi
401
- # path: android/test/mockapi/build/outputs/apk
404
+ test-repeat : 1
405
+ # Disabled due to flakiness.
406
+ - test-type : mockapi
407
+ path : android/test/mockapi/build/outputs/apk
408
+ test-repeat : ${{ needs.prepare.outputs.instrumented_test_repeat || 1 }}
402
409
steps :
403
410
- name : Prepare report dir
404
411
id : prepare-report-dir
@@ -431,7 +438,7 @@ jobs:
431
438
BILLING_FLAVOR : oss
432
439
INFRA_FLAVOR : prod
433
440
REPORT_DIR : ${{ steps.prepare-report-dir.outputs.report_dir }}
434
- run : ./android/scripts/run-instrumented-tests.sh
441
+ run : ./android/scripts/run-instrumented-tests-repeat .sh ${{ matrix.test-repeat }}
435
442
436
443
- name : Upload instrumentation report (${{ matrix.test-type }})
437
444
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments