ci: drop Mac E2E job for maximum speed

This commit is contained in:
mkorwel
2026-04-25 06:01:11 +00:00
parent e380f9f4c0
commit cc627111c2
+1 -31
View File
@@ -347,37 +347,7 @@ jobs:
run: 'npm run test:integration:sandbox:none'
shell: 'bash'
test_e2e_mac:
name: 'e2e:mac'
runs-on: 'macos-latest-large'
steps:
- name: 'Checkout'
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'
- name: 'Set up Node.js'
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020'
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
- name: 'Build project'
run: 'npm run build'
- name: 'Build Bundle'
run: 'npm run bundle'
- name: 'Run Integration Tests'
env:
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
KEEP_OUTPUT: 'true'
VERBOSE: 'true'
run: 'npm run test:integration:sandbox:none'
shell: 'bash'