Skip to content

Commit

Permalink
Add package-lock.json, disable test run for Github action as it's an …
Browse files Browse the repository at this point in the history
…integration test, adapt npm test script
  • Loading branch information
Sebastian Schubotz committed Apr 11, 2022
1 parent 484817b commit 44f95bd
Show file tree
Hide file tree
Showing 3 changed files with 1,713 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,7 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test

publish-npm:
needs: build
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 44f95bd

Please sign in to comment.