Skip to content

Commit 8aeafb0

Browse files
committed
feat(CI): Skip test.
1 parent b46d21a commit 8aeafb0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/auto-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
- run: npm install
41-
- run: npm test
4241
- run: npm run build2
4342
- uses: actions/upload-artifact@v2
4443
with:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
- run: npm install
44-
- run: npm test
4544
- run: npm run build2
4645
- name: Create Release
4746
id: create_release

0 commit comments

Comments
 (0)