王良 2024-11-08 20:32:18 +08:00
parent f2a687d5af
commit a6f497271d
2 changed files with 6 additions and 2 deletions

View File

@ -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 && \

View File

@ -3,7 +3,11 @@ name: "Test And Upload"
on:
push:
branches:
- build-arm64
- master
- release
pull_request:
branches:
- master
jobs:
test-and-upload: