Skip to content

Commit 7cc70a8

Browse files
author
Shaw
committed
fix(ci): build core before benchmark packages
1 parent 9a01d8c commit 7cc70a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/benchmark-weekly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
116116
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
117117
run: |
118+
echo "::group::Build packages/core"
119+
bun run --cwd packages/core build
120+
echo "::endgroup::"
121+
118122
provider_package=""
119123
if [ -n "${GROQ_API_KEY:-}" ]; then
120124
provider_package="plugins/plugin-groq"

0 commit comments

Comments
 (0)