Remove windows and macos smoke test

This commit is contained in:
2026-01-06 02:10:38 +01:00
committed by GitHub
parent b0c9e742da
commit e99ae692c5

View File

@@ -68,7 +68,7 @@ jobs:
- name: Build Electron bundles
run: ${{ matrix.build-command }}
- name: Smoke test AppImage (Linux)
- name: Smoke test AppImage
if: matrix.os == 'ubuntu-latest'
run: |
chmod +x dist/*.AppImage
@@ -77,20 +77,6 @@ jobs:
sudo apt-get install -y xvfb
APPDIR="$(pwd)" xvfb-run ./AppRun --no-sandbox
- name: Smoke test Windows exe
if: matrix.os == 'windows-latest'
shell: powershell
run: |
Start-Process -FilePath "dist\*.exe"
Start-Sleep -Seconds 5
- name: Smoke test macOS app
if: matrix.os == 'macos-latest'
run: |
open dist/*.app
sleep 5
pkill -f Imgfloat || true
- name: Upload Electron artifacts
uses: actions/upload-artifact@v4
with: