Skip to content

Commit 44f95bd

Browse files
committed
Add package-lock.json, disable test run for Github action as it's an integration test, adapt npm test script
1 parent 484817b commit 44f95bd

File tree

3 files changed

+1713
-13
lines changed

3 files changed

+1713
-13
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 12 deletions
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@v3
15-
- uses: actions/setup-node@v3
16-
with:
17-
node-version: 16
18-
- run: npm ci
19-
- run: npm test
20-
21-
publish-npm:
22-
needs: build
11+
publish:
2312
runs-on: ubuntu-latest
2413
steps:
2514
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)