There was an error while loading. Please reload this page.
1 parent 3560dbe commit 05b599bCopy full SHA for 05b599b
1 file changed
.github/workflows/ci.yml
@@ -138,12 +138,10 @@ jobs:
138
npm run test-coverage-ci
139
npm run test-coverage-ci --workspaces --if-present
140
141
+ # Smoke test deliberately removed due to long running times
142
- name: Build frontend
143
run: npm run build-ui
144
- - name: Smoke test build
145
- run: bash ./scripts/package-smoke-test.sh --no-clean-build
146
-
147
# Execute a final job to collect the results and report a single check status
148
results:
149
if: ${{ always() }}
0 commit comments