ci: add build step to all E2E jobs

This commit is contained in:
mkorwel
2026-04-24 20:54:14 +00:00
parent e88a8b0108
commit 2619b85f34
+10
View File
@@ -321,6 +321,9 @@ jobs:
- name: 'Install dependencies'
run: 'npm ci'
- name: 'Build project'
run: 'npm run build'
- name: 'Run Integration Tests'
env:
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
@@ -352,6 +355,9 @@ jobs:
- name: 'Install dependencies'
run: 'npm ci'
- name: 'Build project'
run: 'npm run build'
- name: 'Fix rollup optional dependencies on macOS'
run: 'npm cache clean --force'
shell: 'bash'
@@ -388,6 +394,10 @@ jobs:
run: 'npm install vitest node-pty --no-save'
shell: 'pwsh'
- name: 'Build project'
run: 'npm run build'
shell: 'pwsh'
- name: 'Run Integration Tests'
env:
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'