@@ -199,6 +199,7 @@ jobs:
199
199
echo "::set-output name=tvos_device::$( python scripts/gha/print_matrix_configuration.py -w integration_tests ${TEST_MATRIX_PARAM} -k tvos_device -t ${mobile_test_on} )"
200
200
- name : Update PR label and comment
201
201
if : steps.set_outputs.outputs.pr_number
202
+ shell : bash
202
203
run : |
203
204
#Add the in-progress label and remove any previous labels.
204
205
python scripts/gha/it_workflow.py --stage start \
@@ -384,8 +385,8 @@ jobs:
384
385
path : test_results
385
386
name : log-artifact
386
387
- name : Update PR label and comment
387
- shell : bash
388
388
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
389
+ shell : bash
389
390
run : |
390
391
pushd ${{env.GCS_UPLOAD_DIR}}
391
392
python scripts/gha/it_workflow.py --stage progress \
@@ -515,6 +516,7 @@ jobs:
515
516
name : log-artifact
516
517
- name : Update PR label and comment
517
518
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
519
+ shell : bash
518
520
run : |
519
521
python scripts/gha/it_workflow.py --stage progress \
520
522
--token ${{github.token}} \
@@ -634,6 +636,7 @@ jobs:
634
636
name : log-artifact
635
637
- name : Update PR label and comment
636
638
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
639
+ shell : bash
637
640
run : |
638
641
python scripts/gha/it_workflow.py --stage progress \
639
642
--token ${{github.token}} \
@@ -752,6 +755,7 @@ jobs:
752
755
name : log-artifact
753
756
- name : Update PR label and comment
754
757
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
758
+ shell : bash
755
759
run : |
756
760
python scripts/gha/it_workflow.py --stage progress \
757
761
--token ${{github.token}} \
@@ -843,6 +847,7 @@ jobs:
843
847
name : log-artifact
844
848
- name : Update PR label and comment
845
849
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
850
+ shell : bash
846
851
run : |
847
852
python scripts/gha/it_workflow.py --stage progress \
848
853
--token ${{github.token}} \
@@ -948,6 +953,7 @@ jobs:
948
953
name : log-artifact
949
954
- name : Update PR label and comment
950
955
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
956
+ shell : bash
951
957
run : |
952
958
python scripts/gha/it_workflow.py --stage progress \
953
959
--token ${{github.token}} \
@@ -1053,6 +1059,7 @@ jobs:
1053
1059
name : log-artifact
1054
1060
- name : Update PR label and comment
1055
1061
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
1062
+ shell : bash
1056
1063
run : |
1057
1064
python scripts/gha/it_workflow.py --stage progress \
1058
1065
--token ${{github.token}} \
@@ -1136,6 +1143,7 @@ jobs:
1136
1143
name : log-artifact
1137
1144
- name : Update PR label and comment
1138
1145
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
1146
+ shell : bash
1139
1147
run : |
1140
1148
python scripts/gha/it_workflow.py --stage progress \
1141
1149
--token ${{github.token}} \
@@ -1182,6 +1190,7 @@ jobs:
1182
1190
private_key : ${{ secrets.WORKFLOW_TRIGGER_APP_PRIVATE_KEY }}
1183
1191
- name : Update PR label and comment
1184
1192
if : ${{ needs.check_and_prepare.outputs.pr_number }}
1193
+ shell : bash
1185
1194
run : |
1186
1195
python scripts/gha/it_workflow.py --stage end \
1187
1196
--token ${{github.token}} \
0 commit comments