Updated workflow
parent
aa4cc8650b
commit
7910f6bbc6
|
@ -1,4 +1,4 @@
|
|||
name: publish Node.js Package
|
||||
name: publish
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -14,7 +14,6 @@ jobs:
|
|||
with:
|
||||
node-version: 12
|
||||
- run: yarn install
|
||||
- run: yarn unit-test-mocha
|
||||
|
||||
publish-gpr:
|
||||
needs: build
|
||||
|
|
Loading…
Reference in New Issue