Skip to content

Commit

Permalink
feat: test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xutaotaotao committed Aug 15, 2024
1 parent 6d7399e commit 6c09ff5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,17 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'pnpm' # Set this to npm, yarn or pnpm.
cache: 'pnpm'

# 全局安装pnpm
- name: Install pnpm
run: npm install -g pnpm

# 安装前端依赖
- name: Install frontend dependencies
run: pnpm install # Change this to npm, yarn or pnpm.
run: pnpm install

# 构建应用
- name: Build the app
uses: tauri-apps/tauri-action@v0

Expand Down

0 comments on commit 6c09ff5

Please sign in to comment.