File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 8080 CUSTOM_PROMPT : ${{ steps.ai_prompt.outputs.OPENAI_PROMPT }}
8181 MODEL_NAME : ${{ inputs.model_name }}
8282 run : python .github/scripts/ai-release-notes.py
83-
Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ jobs:
116116 steps :
117117 - name : Checkout code
118118 uses : actions/checkout@v4
119+ - name : Install pnpm
120+ uses : pnpm/action-setup@v4
121+ with :
122+ version : ${{ env.PNPM_VERSION }}
119123 - name : Setup Node.js
120124 uses : actions/setup-node@v4
121125 with :
@@ -128,4 +132,4 @@ jobs:
128132 run : echo "OPENROUTER_API_KEY=${{ secrets.OPENROUTER_API_KEY }}" > .env.local
129133 - name : Run integration tests
130134 working-directory : e2e
131- run : xvfb-run -a pnpm install
135+ run : xvfb-run -a pnpm test:ci
You can’t perform that action at this time.
0 commit comments