We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64382d commit d0b5629Copy full SHA for d0b5629
.github/workflows/run-e2e-tests.yml
@@ -184,11 +184,6 @@ jobs:
184
echo "::add-mask::$token"
185
echo "APIGEE_ACCESS_TOKEN=$token" >> $GITHUB_ENV
186
187
- # Consider removing - todo
188
- - name: Run proxy deployment e2e test suite
189
- working-directory: e2e
190
- run: poetry run python -m unittest test_deployment
191
-
192
- name: Run proxy e2e test suite
193
if: ${{ vars.RUN_PROXY_E2E_TESTS == 'true' }}
194
working-directory: e2e
0 commit comments