Skip to content

Commit c1313b8

Browse files
committed
Try to run integration tests as well
1 parent 92705e7 commit c1313b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
- uses: actions/setup-node@v1
3333
with:
3434
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
3537
- name: Install and test
36-
run: npm install-ci-test
38+
run: npm install-ci-test-test:integration
3739
- name: Build
3840
run: npm run build
3941
- name: Lint
@@ -50,4 +52,4 @@ jobs:
5052
- name: Update coveralls
5153
uses: coverallsapp/github-action@master
5254
with:
53-
github-token: ${{ secrets.GITHUB_TOKEN }}
55+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)