We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093055d commit bf10520Copy full SHA for bf10520
.github/workflows/integration-test.yml
@@ -2,7 +2,7 @@ name: Integration Tests
2
3
on:
4
push:
5
- branches: ["main", "release-*"]
+ branches: ["main", "ci_cd"]
6
pull_request:
7
workflow_dispatch:
8
examples/justfile
@@ -288,7 +288,7 @@ ipfs-docker-start: _check-docker
288
NETWORK_ARGS="-p 4001:4001 -p 8080:8080 -p 5001:5001"
289
else
290
# Linux (including CI) - use host networking for direct access
291
- NETWORK_ARGS="--network host"
+ NETWORK_ARGS="--network host -p 4001:4001 -p 8080:8080 -p 5001:5001"
292
fi
293
294
# Start Docker container
0 commit comments