mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
chore: fix flakey lifecycle scripts test (#24629)
Failed in https://github.com/denoland/deno/actions/runs/9982978127/job/27589707376
This commit is contained in:
parent
b2bacd969c
commit
f310e51430
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
||||||
|
[UNORDERED_START]
|
||||||
Download http://localhost:4260/@denotest/lifecycle-scripts-cjs
|
Download http://localhost:4260/@denotest/lifecycle-scripts-cjs
|
||||||
Download http://localhost:4260/@denotest/bin
|
Download http://localhost:4260/@denotest/bin
|
||||||
Download http://localhost:4260/@denotest/lifecycle-scripts-cjs/1.0.0.tgz
|
Download http://localhost:4260/@denotest/lifecycle-scripts-cjs/1.0.0.tgz
|
||||||
Download http://localhost:4260/@denotest/bin/1.0.0.tgz
|
Download http://localhost:4260/@denotest/bin/1.0.0.tgz
|
||||||
Initialize @denotest/lifecycle-scripts-cjs@1.0.0
|
Initialize @denotest/lifecycle-scripts-cjs@1.0.0
|
||||||
Initialize @denotest/bin@1.0.0
|
Initialize @denotest/bin@1.0.0
|
||||||
|
[UNORDERED_END]
|
||||||
preinstall
|
preinstall
|
||||||
install
|
install
|
||||||
hello from install script
|
hello from install script
|
||||||
|
|
Loading…
Reference in a new issue