Skip to content

Commit bf10520

Browse files
committed
added ci_cd back, modified network_args (added ports)
1 parent 093055d commit bf10520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Integration Tests
22

33
on:
44
push:
5-
branches: ["main", "release-*"]
5+
branches: ["main", "ci_cd"]
66
pull_request:
77
workflow_dispatch:
88

examples/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ ipfs-docker-start: _check-docker
288288
NETWORK_ARGS="-p 4001:4001 -p 8080:8080 -p 5001:5001"
289289
else
290290
# Linux (including CI) - use host networking for direct access
291-
NETWORK_ARGS="--network host"
291+
NETWORK_ARGS="--network host -p 4001:4001 -p 8080:8080 -p 5001:5001"
292292
fi
293293

294294
# Start Docker container

0 commit comments

Comments
 (0)