Skip to content

Commit 33ce9e4

Browse files
committed
removed test (for now)
1 parent 30913fa commit 33ce9e4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,7 @@ on:
33
release:
44
types: [created]
55
jobs:
6-
test:
7-
name: Test
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: checkout
11-
uses: actions/checkout@v4
12-
- name: setup Node.js
13-
uses: actions/setup-node@v4
14-
- name: install deps
15-
run: npm i
16-
- name: run test
17-
run: npx vitest run
186
deploy:
19-
needs: test
207
name: Deploy on npm
218
runs-on: ubuntu-latest
229
steps:

0 commit comments

Comments
 (0)