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 6d02f22 commit 846e1f6Copy full SHA for 846e1f6
.github/workflows/ci.yml
@@ -34,14 +34,12 @@ jobs:
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
+ - name: Install, build and test
38
run: |
39
npm ci
40
npm run build
41
npm run test
42
npm run test:integration
43
- - name: Build
44
- run: npm run build
45
- name: Lint
46
run: npm run lint:check
47
- name: Check for changes to docs
0 commit comments