Skip to content

Commit 846e1f6

Browse files
committed
Remove duplicate build
1 parent 6d02f22 commit 846e1f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ jobs:
3434
node-version: 14
3535
- name: Run terminusdb server
3636
run: docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 3
37-
- name: Install and test
37+
- name: Install, build and test
3838
run: |
3939
npm ci
4040
npm run build
4141
npm run test
4242
npm run test:integration
43-
- name: Build
44-
run: npm run build
4543
- name: Lint
4644
run: npm run lint:check
4745
- name: Check for changes to docs

0 commit comments

Comments
 (0)