75
75
retry 5 python setup.py extension
76
76
mkdir logs
77
77
- name : Grant execute permission
78
- run : chmod +x .github/Scripts/e2e-tests.sh
78
+ run : chmod +x .github/Scripts/fwpc-tests.sh .github/Scripts/ e2e-tests.sh
79
79
- name : Running 3.7 Tests
80
80
if : matrix.python-version == 3.7
81
81
env :
87
87
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString37 }}
88
88
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString37 }}
89
89
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
90
- run : .github/Scripts/e2e-tests.sh
90
+ run : ..github/Scripts/fwpc-tests.sh . github/Scripts/e2e-tests.sh
91
91
- name : Running 3.8 Tests
92
92
if : matrix.python-version == 3.8
93
93
env :
99
99
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString38 }}
100
100
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString38 }}
101
101
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
102
- run : .github/Scripts/e2e-tests.sh
102
+ run : .github/Scripts/fwpc-tests.sh .github/Scripts/ e2e-tests.sh
103
103
- name : Running 3.9 Tests
104
104
if : matrix.python-version == 3.9
105
105
env :
@@ -111,7 +111,7 @@ jobs:
111
111
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString39 }}
112
112
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString39 }}
113
113
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
114
- run : .github/Scripts/e2e-tests.sh
114
+ run : .github/Scripts/fwpc-tests.sh .github/Scripts/ e2e-tests.sh
115
115
- name : Running 3.10 Tests
116
116
if : matrix.python-version == 3.10
117
117
env :
@@ -123,7 +123,7 @@ jobs:
123
123
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString310 }}
124
124
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString310 }}
125
125
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
126
- run : .github/Scripts/e2e-tests.sh
126
+ run : .github/Scripts/fwpc-tests.sh .github/Scripts/ e2e-tests.sh
127
127
- name : Running 3.11 Tests
128
128
if : matrix.python-version == 3.11
129
129
env :
@@ -135,7 +135,7 @@ jobs:
135
135
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString311 }}
136
136
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString311 }}
137
137
ARCHIVE_WEBHOST_LOGS : ${{ github.event.inputs.archive_webhost_logging }}
138
- run : .github/Scripts/e2e-tests.sh
138
+ run : .github/Scripts/fwpc-tests.sh .github/Scripts/ e2e-tests.sh
139
139
- name : Codecov
140
140
uses : codecov/codecov-action@v3
141
141
with :
0 commit comments