Skip to content

Commit a017651

Browse files
committed
More ci fixes
1 parent 0e74bfc commit a017651

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/actions/ai-release-notes/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@ runs:
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-

.github/workflows/code-qa.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)