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 8381fc7 commit cb9f4caCopy full SHA for cb9f4ca
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
docker run --detach --net=host terminusdb/terminusdb-server:dev && sleep 10
38
docker ps
39
netstat -an |grep 6363
40
+ echo "127.0.0.1 localhost" >> /etc/hosts
41
- name: Install, build and test
42
run: |
43
npm ci
0 commit comments