临时测试
All checks were successful
/ Cache-Java-Test (push) Successful in 13s
/ opt_hostedtoolcache (push) Successful in 12s
/ hashFiles (push) Successful in 7s
/ go-hashfiles (push) Successful in 25s
/ job3 (push) Has been skipped
/ job2 (push) Successful in 11s
/ job1 (push) Successful in 3m37s
All checks were successful
/ Cache-Java-Test (push) Successful in 13s
/ opt_hostedtoolcache (push) Successful in 12s
/ hashFiles (push) Successful in 7s
/ go-hashfiles (push) Successful in 25s
/ job3 (push) Has been skipped
/ job2 (push) Successful in 11s
/ job1 (push) Successful in 3m37s
This commit is contained in:
14
.github/workflows/临时测试.yaml
vendored
14
.github/workflows/临时测试.yaml
vendored
@ -7,9 +7,11 @@ jobs:
|
|||||||
container: yanhao98/runner-images:pnpm
|
container: yanhao98/runner-images:pnpm
|
||||||
steps:
|
steps:
|
||||||
- run: git clone https://github.com/vuejs/devtools-next.git
|
- run: git clone https://github.com/vuejs/devtools-next.git
|
||||||
- run: cd devtools-next
|
- run: |
|
||||||
- run: pnpm install
|
set -x
|
||||||
- run: pnpm run build:firefox-extension
|
cd devtools-next
|
||||||
- run: pnpm run zip
|
pnpm install
|
||||||
- run: ls dist
|
pnpm run build:firefox-extension
|
||||||
- run: mv dist/devtools-firefox.zip dist/devtools-firefox@v0.0.0.zip
|
pnpm run zip
|
||||||
|
ls dist
|
||||||
|
mv dist/devtools-firefox.zip dist/devtools-firefox@v0.0.0.zip
|
||||||
|
Reference in New Issue
Block a user