Skip to content

Commit

Permalink
[ci] 更新构建流程
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaowFISH committed Jan 7, 2025
1 parent c9fa032 commit b7081e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 44 deletions.
26 changes: 0 additions & 26 deletions .github/actions/cache/action.yml

This file was deleted.

21 changes: 3 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

- name: Enable Corepack
run: corepack enable

- name: Cache Yarn dependencies
uses: ./.github/actions/cache
with:
os: ${{ runner.os }}

- name: Install dependencies
run: yarn install
- name: Setup
uses: cordiverse/workflows/.github/actions/setup@main

- name: Lint JavaScript
# 这里要按顺序执行
run: |
yarn build core &&
yarn build memory &&
yarn build webui
run: yarn build:all

0 comments on commit b7081e5

Please sign in to comment.