mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Run without sandboxing when smoke testing on linux
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
./dist/*.AppImage --appimage-extract
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y xvfb
|
||||
xvfb-run squashfs-root/AppRun
|
||||
xvfb-run squashfs-root/AppRun --no-sandbox
|
||||
|
||||
- name: Smoke test Windows exe
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
||||
Reference in New Issue
Block a user