Skip to content

Commit 10a5998

Browse files
authored
Remove test script
1 parent f635527 commit 10a5998

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Diff for: .github/workflows/npm-publish.yml

-11
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,7 @@ on:
88
types: [created]
99

1010
jobs:
11-
build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
16-
with:
17-
node-version: 12
18-
- run: npm ci
19-
- run: npm test
20-
2111
publish-npm:
22-
needs: build
2312
runs-on: ubuntu-latest
2413
steps:
2514
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)