91
91
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString37 }}
92
92
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString37 }}
93
93
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
94
- _DUMMY_CONT_KEY : ${{ secrets._DUMMY_CONT_KEY }}
95
94
run : |
96
95
.github/Scripts/${{ matrix.test-type }}.sh
97
96
- name : Running 3.8 ${{ matrix.test-type }}
@@ -105,7 +104,6 @@ jobs:
105
104
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString38 }}
106
105
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString38 }}
107
106
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
108
- _DUMMY_CONT_KEY : ${{ secrets._DUMMY_CONT_KEY }}
109
107
run : |
110
108
.github/Scripts/${{ matrix.test-type }}.sh
111
109
- name : Running 3.9 ${{ matrix.test-type }}
@@ -119,7 +117,6 @@ jobs:
119
117
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString39 }}
120
118
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString39 }}
121
119
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
122
- _DUMMY_CONT_KEY : ${{ secrets._DUMMY_CONT_KEY }}
123
120
run : |
124
121
.github/Scripts/${{ matrix.test-type }}.sh
125
122
- name : Running 3.10 ${{ matrix.test-type }}
@@ -133,7 +130,6 @@ jobs:
133
130
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString310 }}
134
131
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString310 }}
135
132
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
136
- _DUMMY_CONT_KEY : ${{ secrets._DUMMY_CONT_KEY }}
137
133
run : |
138
134
.github/Scripts/${{ matrix.test-type }}.sh
139
135
- name : Running 3.11 ${{ matrix.test-type }}
@@ -147,7 +143,6 @@ jobs:
147
143
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString311 }}
148
144
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString311 }}
149
145
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
150
- _DUMMY_CONT_KEY : ${{ secrets._DUMMY_CONT_KEY }}
151
146
run : |
152
147
.github/Scripts/${{ matrix.test-type }}.sh
153
148
- name : Codecov
0 commit comments