mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Remove windows and macos smoke test
This commit is contained in:
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user