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
Copy file name to clipboardExpand all lines: .github/workflows/sf_cli_integration.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,10 @@ jobs:
255
255
256
256
# ── Function: run ─────────────────────────────────────────────────────────
257
257
258
+
- name: 'Install testFunction/requirements.txt'
259
+
run: |
260
+
pip install testFunction/requirements.txt
261
+
258
262
- name: '[function] run — sf data-code-extension function run --entrypoint testFunction/payload/entrypoint.py --test-with testFunction/payload/tests/test.json '
0 commit comments