Skip to content

Commit e3ff431

Browse files
committed
Fix the running of integration tests
1 parent c1313b8 commit e3ff431

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
- name: Run terminusdb server
3636
run: docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 3
3737
- name: Install and test
38-
run: npm install-ci-test-test:integration
38+
run: |
39+
npm ci
40+
npm run test
41+
npm run test:integration
3942
- name: Build
4043
run: npm run build
4144
- name: Lint

0 commit comments

Comments
 (0)