Skip to content

Commit 3710a96

Browse files
fix: remove the test step it prevewi_build_gui workflow (#253)
fix: remove the test step
1 parent ab198c4 commit 3710a96

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build_preview_gui.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,6 @@ jobs:
9999
cd dist && zip -r "CIBMangoTree_${ARTIFACT_NAME}-${VERSION}-${SHA}.zip" CIBMangoTree.app
100100
fi
101101
102-
- name: Run smoke test
103-
shell: bash
104-
continue-on-error: true
105-
run: |
106-
if [ "${{ matrix.os }}" = "windows-2022" ]; then
107-
echo "Running smoke test: dist\CIBMangoTree.exe --noop"
108-
dist/CIBMangoTree.exe --noop || echo "⚠️ Smoke test failed or --noop not supported in GUI mode"
109-
else
110-
echo "Running smoke test: dist/CIBMangoTree.app/Contents/MacOS/CIBMangoTree --noop"
111-
dist/CIBMangoTree.app/Contents/MacOS/CIBMangoTree --noop || echo "⚠️ Smoke test failed or --noop not supported in GUI mode"
112-
fi
113-
114102
- name: Upload artifact
115103
uses: actions/upload-artifact@v4
116104
with:

0 commit comments

Comments
 (0)