Skip to content

Commit b8cdc02

Browse files
committed
test(e2e): run radicle-httpd on default port
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
1 parent d8dcc3d commit b8cdc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
rad node start &
6363
echo "allowing node to start up..."
6464
sleep 5
65-
radicle-httpd --listen 0.0.0.0:8888 &
65+
radicle-httpd &
6666
rad node status
6767
rad self
6868

0 commit comments

Comments
 (0)