Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
needs: [setup-whisper-dependencies]
timeout-minutes: 30
env:
DISPLAY: :99
# DISPLAY inherited from runner's live KDE session (do NOT hardcode :99)
RUST_LOG: debug
RUST_TEST_TIME_UNIT: 10000
RUST_TEST_TIME_INTEGRATION: 30000
Expand Down Expand Up @@ -273,15 +273,6 @@ jobs:
- name: Setup ColdVox
uses: ./.github/actions/setup-coldvox

- name: Start Xvfb
uses: GabrielBB/xvfb-action@v1
with:
run: |
set -euo pipefail
echo "Installing dependencies..."
sudo dnf install -y xclip xdotool at-spi2-core liberation-sans-fonts
echo "Xvfb is running."

- name: Setup D-Bus Session
run: |
set -euo pipefail
Expand Down
Loading