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 df69304 commit e44bdfaCopy full SHA for e44bdfa
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ 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 3
+ run: docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 10
37
- name: Install, build and test
38
run: |
39
npm ci
0 commit comments