Skip to content

Commit

Permalink
trying to fix unhealthy status 2
Browse files Browse the repository at this point in the history
Signed-off-by: David Anyatonwu <[email protected]>
  • Loading branch information
onyedikachi-david committed Sep 6, 2024
1 parent ad194ed commit 408fa13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y xvfb pulseaudio ffmpeg imagemagick xdotool x11-xserver-utils xterm openbox alsa-utils sox
sudo apt-get install -y xvfb pulseaudio ffmpeg imagemagick xdotool x11-xserver-utils xterm openbox alsa-utils sox tesseract-ocr libtesseract-dev
# Start Xvfb
Xvfb :99 -ac -screen 0 1024x768x24 &
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
# Run screenpipe
chmod +x ./screenpipe
mkdir -p ./test_data/logs
RUST_LOG=debug ./screenpipe --data-dir ./test_data --fps 1 &
RUST_LOG=debug RUST_BACKTRACE=1 ./screenpipe --data-dir ./test_data --fps 1 &
CLI_PID=$!
sleep 10
Expand All @@ -247,6 +247,8 @@ jobs:
cat ./test_data/logs/screenpipe.log
echo "Xvfb log:"
cat /tmp/.X99-lock
echo "Process list:"
ps aux | grep -E 'Xvfb|pulseaudio|openbox|xterm|screenpipe'
exit 1
- name: Setup and run CLI (Windows)
Expand Down

0 comments on commit 408fa13

Please sign in to comment.