We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e804eb4 commit 8ea1601Copy full SHA for 8ea1601
.github/workflows/ci.yml
@@ -33,7 +33,10 @@ jobs:
33
with:
34
node-version: 18
35
- name: Run terminusdb server
36
- run: docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 10
+ 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
40
- name: Install, build and test
41
run: |
42
npm ci
0 commit comments