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