mirror of
https://github.com/plebbit/seedit.git
synced 2026-05-24 00:29:58 -04:00
fix(ci): correct APP_PID to reference the app instead of timeout wrapper
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -348,7 +348,7 @@ jobs:
|
||||
EXE=$(find dist/win-unpacked -maxdepth 1 -iname "*.exe" | head -n 1)
|
||||
if [ -n "$EXE" ]; then
|
||||
echo "Testing: $EXE"
|
||||
timeout 15s "$EXE" &
|
||||
"$EXE" &
|
||||
APP_PID=$!
|
||||
sleep 10
|
||||
if kill -0 $APP_PID 2>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user