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

Commit 21ad1b7

Browse files
committed
feat(ci): removed tests
1 parent 457620a commit 21ad1b7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
run: npm ci
1818
- name: Build Library
1919
run: npm run build
20-
- name: Run tests
21-
run: npm run test
2220
- name: Release
2321
env:
2422
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
run: npm ci
1818
- name: Build Library
1919
run: npm run build
20-
- name: Run tests
21-
run: npm run test
2220
- name: Release
2321
env:
2422
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)