Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Jul 28, 2024
1 parent 75b6d35 commit 5a528af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: |
ls
ABS_PATH=$(pwd)
chat_bin_path=$ABS_PATH/AppFlowyLLM/appflowy_ai_plugin
embedding_bin_path=$ABS_PATH/AppFlowyLLM/appflowy_embedding_plugin
chat_bin_path=$ABS_PATH/AppFlowyLLM.app/Contents/MacOS/appflowy_ai_plugin
embedding_bin_path=$ABS_PATH/AppFlowyLLM.app/Contents/MacOS/appflowy_embedding_plugin
cp dev.env .env
sed -i '' 's|RUST_LOG=.*|RUST_LOG=trace|' .env
Expand Down

0 comments on commit 5a528af

Please sign in to comment.