You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: '[script] deploy — sf data-code-extension script deploy'
193
+
env:
194
+
NODE_EXTRA_CA_CERTS: ${{ env.MOCK_SF_CERT_FILE }}
195
+
REQUESTS_CA_BUNDLE: ${{ env.MOCK_SF_CERT_FILE }}
178
196
run: |
179
197
sf data-code-extension script deploy \
180
198
--name test-script-deploy \
@@ -262,6 +280,9 @@ jobs:
262
280
# ── Function: run ─────────────────────────────────────────────────────────
263
281
264
282
- name: '[function] run — sf data-code-extension function run --entrypoint testFunction/payload/entrypoint.py --test-with testFunction/payload/tests/test.json -o dev1'
0 commit comments