Skip to content

Commit 78bb66c

Browse files
committed
remove testing from Action
1 parent e5609b3 commit 78bb66c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- name: Build library
3434
run: npm run build-package
3535

36-
- name: Test library
37-
run: npm test -- --watch=false --browsers=ChromeHeadless
38-
3936
- name: Publish to npm
4037
run: |
4138
cd dist/ngx-angular-query-builder

0 commit comments

Comments
 (0)