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 c1313b8 commit e3ff431Copy full SHA for e3ff431
.github/workflows/ci.yml
@@ -35,7 +35,10 @@ jobs:
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
38
- run: npm install-ci-test-test:integration
+ run: |
39
+ npm ci
40
+ npm run test
41
+ npm run test:integration
42
- name: Build
43
run: npm run build
44
- name: Lint
0 commit comments