Skip to content

Commit 3560dbe

Browse files
committed
ci: add no-clean-build flag to package smoke test
Fixes windows build smoke test failure
1 parent 86a5903 commit 3560dbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
run: npm run build-ui
143143

144144
- name: Smoke test build
145-
run: bash ./scripts/package-smoke-test.sh
145+
run: bash ./scripts/package-smoke-test.sh --no-clean-build
146146

147147
# Execute a final job to collect the results and report a single check status
148148
results:

0 commit comments

Comments
 (0)