@@ -132,35 +132,35 @@ jobs:
132
132
password : ${{ secrets.SECRET_PUBLISH_AS_TELSTRA_TEST_PYPI_ORG }}
133
133
repository_url : https://test.pypi.org/legacy/
134
134
135
- test-production-test-pypi :
136
- runs-on : ubuntu-latest
137
- needs :
138
- - release-test-pypi
139
- - release-required
140
- steps :
141
- - uses : actions/checkout@v2
142
- - name : Set up Python
143
- uses : actions/setup-python@v2
144
- with :
145
- python-version : " 3.10"
146
- - name : install pipenv
147
- run : |
148
- python -m pip install --upgrade pip
149
- pip install pipenv
150
- - name : install dependencies
151
- env :
152
- PYPI_MIRROR : https://test.pypi.org/simple/
153
- VERSION : ${{ needs.release-required.outputs.project-version }}
154
- working-directory : production-test
155
- run : |
156
- pipenv install --dev || sleep 30 && pipenv install --dev || sleep 30 && pipenv install --dev || sleep 30 && pipenv install --dev
157
- - name : run tests
158
- working-directory : production-test
159
- env :
160
- TELSTRA_CLIENT_ID : ${{ secrets.PR_TEST_CLIENT_ID_MESSAGING }}
161
- TELSTRA_CLIENT_SECRET : ${{ secrets.PR_TEST_CLIENT_SECRET_MESSAGING }}
162
- run : |
163
- pipenv run test
135
+ # test-production-test-pypi:
136
+ # runs-on: ubuntu-latest
137
+ # needs:
138
+ # - release-test-pypi
139
+ # - release-required
140
+ # steps:
141
+ # - uses: actions/checkout@v2
142
+ # - name: Set up Python
143
+ # uses: actions/setup-python@v2
144
+ # with:
145
+ # python-version: "3.10"
146
+ # - name: install pipenv
147
+ # run: |
148
+ # python -m pip install --upgrade pip
149
+ # pip install pipenv
150
+ # - name: install dependencies
151
+ # env:
152
+ # PYPI_MIRROR: https://test.pypi.org/simple/
153
+ # VERSION: ${{ needs.release-required.outputs.project-version }}
154
+ # working-directory: production-test
155
+ # run: |
156
+ # pipenv install --dev || sleep 30 && pipenv install --dev || sleep 30 && pipenv install --dev || sleep 30 && pipenv install --dev
157
+ # - name: run tests
158
+ # working-directory: production-test
159
+ # env:
160
+ # TELSTRA_CLIENT_ID: ${{ secrets.PR_TEST_CLIENT_ID_MESSAGING }}
161
+ # TELSTRA_CLIENT_SECRET: ${{ secrets.PR_TEST_CLIENT_SECRET_MESSAGING }}
162
+ # run: |
163
+ # pipenv run test
164
164
165
165
release-pypi :
166
166
runs-on : ubuntu-latest
@@ -180,32 +180,32 @@ jobs:
180
180
with :
181
181
password : ${{ secrets.SECRET_PUBLISH_AS_TELSTRA_PYPI_ORG }}
182
182
183
- test-production-pypi :
184
- runs-on : ubuntu-latest
185
- needs :
186
- - release-pypi
187
- - release-required
188
- steps :
189
- - uses : actions/checkout@v2
190
- - name : Set up Python
191
- uses : actions/setup-python@v2
192
- with :
193
- python-version : " 3.10"
194
- - name : install pipenv
195
- run : |
196
- python -m pip install --upgrade pip
197
- pip install pipenv
198
- - name : install dependencies
199
- env :
200
- PYPI_MIRROR : https://pypi.org/simple/
201
- VERSION : ${{ needs.release-required.outputs.project-version }}
202
- working-directory : production-test
203
- run : |
204
- pipenv install --dev || sleep 30 && pipenv install --dev || sleep 30 && pipenv install --dev || sleep 30 && pipenv install --dev
205
- - name : run tests
206
- working-directory : production-test
207
- env :
208
- TELSTRA_CLIENT_ID : ${{ secrets.PR_TEST_CLIENT_ID_MESSAGING }}
209
- TELSTRA_CLIENT_SECRET : ${{ secrets.PR_TEST_CLIENT_SECRET_MESSAGING }}
210
- run : |
211
- pipenv run test
183
+ # test-production-pypi:
184
+ # runs-on: ubuntu-latest
185
+ # needs:
186
+ # - release-pypi
187
+ # - release-required
188
+ # steps:
189
+ # - uses: actions/checkout@v2
190
+ # - name: Set up Python
191
+ # uses: actions/setup-python@v2
192
+ # with:
193
+ # python-version: "3.10"
194
+ # - name: install pipenv
195
+ # run: |
196
+ # python -m pip install --upgrade pip
197
+ # pip install pipenv
198
+ # - name: install dependencies
199
+ # env:
200
+ # PYPI_MIRROR: https://pypi.org/simple/
201
+ # VERSION: ${{ needs.release-required.outputs.project-version }}
202
+ # working-directory: production-test
203
+ # run: |
204
+ # pipenv install --dev || sleep 30 && pipenv install --dev || sleep 30 && pipenv install --dev || sleep 30 && pipenv install --dev
205
+ # - name: run tests
206
+ # working-directory: production-test
207
+ # env:
208
+ # TELSTRA_CLIENT_ID: ${{ secrets.PR_TEST_CLIENT_ID_MESSAGING }}
209
+ # TELSTRA_CLIENT_SECRET: ${{ secrets.PR_TEST_CLIENT_SECRET_MESSAGING }}
210
+ # run: |
211
+ # pipenv run test
0 commit comments