mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: tauri ci with path (#2490)
This commit is contained in:
parent
a9c06632ad
commit
0b343f7ee1
5
.github/workflows/tauri_ci.yaml
vendored
5
.github/workflows/tauri_ci.yaml
vendored
@ -2,8 +2,8 @@ name: Tauri-CI
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
# - "frontend/rust-lib/**"
|
||||
# - "frontend/appflowy_tauri/**"
|
||||
- "frontend/rust-lib/**"
|
||||
- "frontend/appflowy_tauri/**"
|
||||
|
||||
env:
|
||||
NODE_VERSION: "16"
|
||||
@ -62,7 +62,6 @@ jobs:
|
||||
if: matrix.platform == 'macos-latest'
|
||||
working-directory: frontend
|
||||
run: |
|
||||
brew install llvm
|
||||
cargo install --force cargo-make
|
||||
cargo make appflowy-tauri-deps-tools
|
||||
npm install -g pnpm@${{ env.PNPM_VERSION }}
|
||||
|
Loading…
Reference in New Issue
Block a user