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

Commit a40a931

Browse files
committed
feat(release): removed test from now
BREAKING CHANGE: Let's trigger a new release on next
1 parent 321ceec commit a40a931

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
@@ -20,5 +20,3 @@ jobs:
2020
node-version: 12
2121
- name: Install dependencies
2222
run: npm ci
23-
- name: Run tests
24-
run: npm run test

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
run: npm run build
2222
- name: Build Types Declarations
2323
run: npm run build:dts
24-
- name: Run tests
25-
run: npm run test
2624
- name: Release
2725
env:
2826
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)