parent
f2a687d5af
commit
a6f497271d
|
@ -46,7 +46,7 @@ jobs:
|
|||
apt install python3 -y && \
|
||||
npm install -g lerna@6 && \
|
||||
npm install -g yarn && \
|
||||
yarn config set registry https://npm.pkg.github.com && \
|
||||
npm config set registry https://npm.pkg.github.com && \
|
||||
node -p "process.arch" && \
|
||||
lerna -v && \
|
||||
npm -v && \
|
||||
|
|
|
@ -3,7 +3,11 @@ name: "Test And Upload"
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- build-arm64
|
||||
- master
|
||||
- release
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test-and-upload:
|
||||
|
|
Loading…
Reference in New Issue