refactor(ci): Remove redundant smoke test bundle steps

Removes the 'smoke test bundle' steps from the 'test_linux', 'test_mac', and 'test_windows' jobs in 'ci.yml'.

This step is redundant as the e2e workflow is responsible for testing the final bundled artifact.
This commit is contained in:
mkorwel
2025-10-22 00:24:22 -07:00
parent 20a2430d89
commit 17b3b264e6
-10
View File
@@ -50,9 +50,6 @@ jobs:
NO_COLOR: true
run: 'npm run test:ci'
- name: 'Smoke test bundle'
run: 'gemini --version'
- name: 'Wait for file system sync'
run: 'sleep 2'
@@ -105,9 +102,6 @@ jobs:
NO_COLOR: true
run: 'npm run test:ci -- --coverage.enabled=false'
- name: 'Smoke test bundle'
run: 'gemini --version'
- name: 'Wait for file system sync'
run: 'sleep 2'
@@ -205,10 +199,6 @@ jobs:
run: 'npm run test:ci -- --coverage.enabled=false'
shell: 'pwsh'
- name: 'Smoke test bundle'
run: 'gemini --version'
shell: 'pwsh'
ci:
name: 'CI'
if: 'always()'