Skip to content

Commit 19893c2

Browse files
committed
fix: try again
1 parent 4f11243 commit 19893c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sf_cli_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# ── Mock Salesforce server + fake org auth ────────────────────────────────
4444

4545
- name: Start mock Salesforce server
46-
run: python scripts/mock_sf_server.py &
46+
run: nohup python scripts/mock_sf_server.py > /tmp/mock_sf_server.log 2>&1 &
4747
env:
4848
MOCK_SF_PORT: '8888'
4949

0 commit comments

Comments
 (0)