Skip to content

Commit 8381fc7

Browse files
committed
Aligned network port opening strategy with main terminusdb build
1 parent 8ea1601 commit 8381fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
node-version: 18
3535
- name: Run terminusdb server
3636
run: |
37-
docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 10
37+
docker run --detach --net=host terminusdb/terminusdb-server:dev && sleep 10
3838
docker ps
39-
netstat -an |grep 8080
39+
netstat -an |grep 6363
4040
- name: Install, build and test
4141
run: |
4242
npm ci

0 commit comments

Comments
 (0)