Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 6391f8b

Browse files
committed
fix(ci): temporaly remove unit testing from pipelines
1 parent 69b71de commit 6391f8b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ jobs:
1717
node-version: 12
1818
- name: Install dependencies
1919
run: npm ci
20-
- name: Run unit tests
21-
run: npm run test --verbose
2220
- name: Build Library
2321
run: npm run build

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
node-version: 12
1818
- name: Install dependencies
1919
run: npm ci
20-
- name: Run unit tests
21-
run: npm run test --verbose
2220
- name: Build Library
2321
run: npm run build
2422
- name: Release

0 commit comments

Comments
 (0)