Add missing cd for smoketest

This commit is contained in:
2026-01-06 02:12:33 +01:00
committed by GitHub
parent e99ae692c5
commit c2a5de8c2e

View File

@@ -75,6 +75,7 @@ jobs:
./dist/*.AppImage --appimage-extract ./dist/*.AppImage --appimage-extract
sudo apt-get update sudo apt-get update
sudo apt-get install -y xvfb sudo apt-get install -y xvfb
cd squashfs-root
APPDIR="$(pwd)" xvfb-run ./AppRun --no-sandbox APPDIR="$(pwd)" xvfb-run ./AppRun --no-sandbox
- name: Upload Electron artifacts - name: Upload Electron artifacts