mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Extract appimage in test due to FUSE
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -69,10 +69,11 @@ jobs:
|
|||||||
- name: Smoke test AppImage (Linux)
|
- name: Smoke test AppImage (Linux)
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
|
chmod +x dist/*.AppImage
|
||||||
|
./dist/*.AppImage --appimage-extract
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y xvfb
|
sudo apt-get install -y xvfb
|
||||||
chmod +x dist/*.AppImage
|
xvfb-run squashfs-root/AppRun
|
||||||
xvfb-run ./dist/*.AppImage
|
|
||||||
|
|
||||||
- name: Smoke test Windows exe
|
- name: Smoke test Windows exe
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user