mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-08 04:43:00 +08:00
fix ci
This commit is contained in:
parent
a1c195acab
commit
032201757e
@ -116,16 +116,6 @@ jobs:
|
|||||||
paths:
|
paths:
|
||||||
- ./src/plugins/nonebot_bison/admin_page/dist/
|
- ./src/plugins/nonebot_bison/admin_page/dist/
|
||||||
key: frontend_build_res-{{ checksum "frontend.hash" }}
|
key: frontend_build_res-{{ checksum "frontend.hash" }}
|
||||||
load-frontend:
|
|
||||||
docker:
|
|
||||||
- image: cimg/node:16.13.0
|
|
||||||
steps:
|
|
||||||
- attach_workspace:
|
|
||||||
at: .
|
|
||||||
- persist_to_workspace:
|
|
||||||
root: .
|
|
||||||
paths:
|
|
||||||
- "./src/plugins/nonebot_bison/admin_page/dist/"
|
|
||||||
test:
|
test:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/python:3.9
|
- image: cimg/python:3.9
|
||||||
@ -154,6 +144,8 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
|
- restore_cache:
|
||||||
|
key: frontend_build_res-{{ checksum "frontend.hash" }}
|
||||||
- run: poetry build
|
- run: poetry build
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: "dist"
|
path: "dist"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user