Skip to content

Commit

Permalink
GHA: Use xvfb directly
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Apr 6, 2024
1 parent 954f75d commit 25357ba
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: Install xsel
run: sudo apt install xsel
- name: Install xsel and friends
run: sudo apt install xsel xvfb x11-xserver-utils
- name: Run tests
uses: coactions/setup-xvfb@v1
with:
run: bundle exec rake
run: xvfb-run bundle exec rake

test-mac:
name: Ruby ${{ matrix.ruby }} (Mac)
Expand Down

0 comments on commit 25357ba

Please sign in to comment.