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 92705e7 commit c1313b8Copy full SHA for c1313b8
.github/workflows/ci.yml
@@ -32,8 +32,10 @@ jobs:
32
- uses: actions/setup-node@v1
33
with:
34
node-version: 14
35
+ - name: Run terminusdb server
36
+ run: docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 3
37
- name: Install and test
- run: npm install-ci-test
38
+ run: npm install-ci-test-test:integration
39
- name: Build
40
run: npm run build
41
- name: Lint
@@ -50,4 +52,4 @@ jobs:
50
52
- name: Update coveralls
51
53
uses: coverallsapp/github-action@master
54
- github-token: ${{ secrets.GITHUB_TOKEN }}
55
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments