Skip to content

Commit 8ea1601

Browse files
committed
Debug reason for Github Actions docker terminusdb port 6363 not answering
1 parent e804eb4 commit 8ea1601

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
with:
3434
node-version: 18
3535
- name: Run terminusdb server
36-
run: docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 10
36+
run: |
37+
docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 10
38+
docker ps
39+
netstat -an |grep 8080
3740
- name: Install, build and test
3841
run: |
3942
npm ci

0 commit comments

Comments
 (0)