Skip to content

Commit 05b599b

Browse files
committed
ci: remove windows build smoke test
Current run times are about 5 minutes for the smoke test vs 20 seconds in Ubuntu runners
1 parent 3560dbe commit 05b599b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,10 @@ jobs:
138138
npm run test-coverage-ci
139139
npm run test-coverage-ci --workspaces --if-present
140140
141+
# Smoke test deliberately removed due to long running times
141142
- name: Build frontend
142143
run: npm run build-ui
143144

144-
- name: Smoke test build
145-
run: bash ./scripts/package-smoke-test.sh --no-clean-build
146-
147145
# Execute a final job to collect the results and report a single check status
148146
results:
149147
if: ${{ always() }}

0 commit comments

Comments
 (0)