ci: ensure aio_preview job has needed node_modules (#25536)
PR Close #25536
This commit is contained in:
parent
e9026a5201
commit
21d22ce4ad
|
@ -157,6 +157,7 @@ jobs:
|
|||
<<: *post_checkout
|
||||
- restore_cache:
|
||||
key: *cache_key
|
||||
- run: yarn install --frozen-lockfile --non-interactive
|
||||
- run: ./aio/scripts/build-artifacts.sh $AIO_SNAPSHOT_ARTIFACT_PATH
|
||||
- store_artifacts:
|
||||
path: *aio_preview_artifact_path
|
||||
|
|
Loading…
Reference in New Issue