diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bd4ed3..c602e09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: