1
1
name : Integration Tests
2
2
on :
3
3
workflow_call :
4
+ workflow_dispatch :
4
5
push :
5
6
branches : [v1]
6
7
@@ -14,7 +15,7 @@ concurrency:
14
15
15
16
jobs :
16
17
prepare-for-test :
17
- runs-on : macos-latest
18
+ runs-on : macos-12
18
19
environment : IntegrationTest
19
20
steps :
20
21
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
87
88
api-graphqliam-integration-test :
88
89
if : ${{ false }}
89
90
needs : [api-integration-test]
90
- runs-on : macos-latest
91
+ runs-on : macos-12
91
92
environment : IntegrationTest
92
93
steps :
93
94
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -143,7 +144,7 @@ jobs:
143
144
api-restiam-integration-test :
144
145
if : ${{ false }}
145
146
needs : [api-integration-test]
146
- runs-on : macos-latest
147
+ runs-on : macos-12
147
148
environment : IntegrationTest
148
149
steps :
149
150
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -171,7 +172,7 @@ jobs:
171
172
api-restuserpool-integration-test :
172
173
if : ${{ false }}
173
174
needs : [api-integration-test]
174
- runs-on : macos-latest
175
+ runs-on : macos-12
175
176
environment : IntegrationTest
176
177
steps :
177
178
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -199,7 +200,7 @@ jobs:
199
200
api-graphqllambda-integration-test :
200
201
if : ${{ false }}
201
202
needs : [api-integration-test]
202
- runs-on : macos-latest
203
+ runs-on : macos-12
203
204
environment : IntegrationTest
204
205
steps :
205
206
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -283,7 +284,7 @@ jobs:
283
284
datastore-integration-hub-test :
284
285
if : ${{ false }}
285
286
needs : [datastore-integration-test]
286
- runs-on : macos-latest
287
+ runs-on : macos-12
287
288
environment : IntegrationTest
288
289
steps :
289
290
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -366,7 +367,7 @@ jobs:
366
367
datastore-integration-V1-S2-test :
367
368
if : ${{ false }}
368
369
needs : [datastore-integration-test]
369
- runs-on : macos-latest
370
+ runs-on : macos-12
370
371
environment : IntegrationTest
371
372
steps :
372
373
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -393,7 +394,7 @@ jobs:
393
394
datastore-integration-V1-S3-test :
394
395
if : ${{ false }}
395
396
needs : [datastore-integration-test]
396
- runs-on : macos-latest
397
+ runs-on : macos-12
397
398
environment : IntegrationTest
398
399
steps :
399
400
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -420,7 +421,7 @@ jobs:
420
421
datastore-integration-V1-S4-test :
421
422
if : ${{ false }}
422
423
needs : [datastore-integration-test]
423
- runs-on : macos-latest
424
+ runs-on : macos-12
424
425
environment : IntegrationTest
425
426
steps :
426
427
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -447,7 +448,7 @@ jobs:
447
448
datastore-integration-V1-S5-test :
448
449
if : ${{ false }}
449
450
needs : [datastore-integration-test]
450
- runs-on : macos-latest
451
+ runs-on : macos-12
451
452
environment : IntegrationTest
452
453
steps :
453
454
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -474,7 +475,7 @@ jobs:
474
475
datastore-integration-V1-S6-test :
475
476
if : ${{ false }}
476
477
needs : [datastore-integration-test]
477
- runs-on : macos-latest
478
+ runs-on : macos-12
478
479
environment : IntegrationTest
479
480
steps :
480
481
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -501,7 +502,7 @@ jobs:
501
502
datastore-integration-V2-S1-test :
502
503
if : ${{ false }}
503
504
needs : [datastore-integration-test]
504
- runs-on : macos-latest
505
+ runs-on : macos-12
505
506
environment : IntegrationTest
506
507
steps :
507
508
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -528,7 +529,7 @@ jobs:
528
529
datastore-integration-V2-S2-test :
529
530
if : ${{ false }}
530
531
needs : [datastore-integration-test]
531
- runs-on : macos-latest
532
+ runs-on : macos-12
532
533
environment : IntegrationTest
533
534
steps :
534
535
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -555,7 +556,7 @@ jobs:
555
556
datastore-integration-V2-S3a-test :
556
557
if : ${{ false }}
557
558
needs : [datastore-integration-test]
558
- runs-on : macos-latest
559
+ runs-on : macos-12
559
560
environment : IntegrationTest
560
561
steps :
561
562
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -582,7 +583,7 @@ jobs:
582
583
datastore-integration-V2-S3-test :
583
584
if : ${{ false }}
584
585
needs : [datastore-integration-test]
585
- runs-on : macos-latest
586
+ runs-on : macos-12
586
587
environment : IntegrationTest
587
588
steps :
588
589
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -609,7 +610,7 @@ jobs:
609
610
datastore-integration-V2-S4-test :
610
611
if : ${{ false }}
611
612
needs : [datastore-integration-test]
612
- runs-on : macos-latest
613
+ runs-on : macos-12
613
614
environment : IntegrationTest
614
615
steps :
615
616
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -636,7 +637,7 @@ jobs:
636
637
datastore-integration-V2-S5-test :
637
638
if : ${{ false }}
638
639
needs : [datastore-integration-test]
639
- runs-on : macos-latest
640
+ runs-on : macos-12
640
641
environment : IntegrationTest
641
642
steps :
642
643
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -663,7 +664,7 @@ jobs:
663
664
datastore-integration-V2-S6-test :
664
665
if : ${{ false }}
665
666
needs : [datastore-integration-test]
666
- runs-on : macos-latest
667
+ runs-on : macos-12
667
668
environment : IntegrationTest
668
669
steps :
669
670
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -690,7 +691,7 @@ jobs:
690
691
datastore-integration-V2-S7-test :
691
692
if : ${{ false }}
692
693
needs : [datastore-integration-test]
693
- runs-on : macos-latest
694
+ runs-on : macos-12
694
695
environment : IntegrationTest
695
696
steps :
696
697
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -717,7 +718,7 @@ jobs:
717
718
datastore-integration-V2-S8-test :
718
719
if : ${{ false }}
719
720
needs : [datastore-integration-test]
720
- runs-on : macos-latest
721
+ runs-on : macos-12
721
722
environment : IntegrationTest
722
723
steps :
723
724
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -772,7 +773,7 @@ jobs:
772
773
datastore-integration-observe-query-test :
773
774
if : ${{ false }}
774
775
needs : [datastore-integration-test]
775
- runs-on : macos-latest
776
+ runs-on : macos-12
776
777
environment : IntegrationTest
777
778
steps :
778
779
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -800,7 +801,7 @@ jobs:
800
801
datastore-auth-integration-test :
801
802
if : ${{ false }}
802
803
needs : [datastore-integration-test]
803
- runs-on : macos-latest
804
+ runs-on : macos-12
804
805
environment : IntegrationTest
805
806
steps :
806
807
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -828,7 +829,7 @@ jobs:
828
829
datastore-flutter-integration-test :
829
830
if : ${{ false }}
830
831
needs : [datastore-integration-test]
831
- runs-on : macos-latest
832
+ runs-on : macos-12
832
833
environment : IntegrationTest
833
834
steps :
834
835
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
0 commit comments