We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f11243 commit 19893c2Copy full SHA for 19893c2
.github/workflows/sf_cli_integration.yml
@@ -43,7 +43,7 @@ jobs:
43
# ── Mock Salesforce server + fake org auth ────────────────────────────────
44
45
- name: Start mock Salesforce server
46
- run: python scripts/mock_sf_server.py &
+ run: nohup python scripts/mock_sf_server.py > /tmp/mock_sf_server.log 2>&1 &
47
env:
48
MOCK_SF_PORT: '8888'
49
0 commit comments