Skip to content

Commit

Permalink
Use XVFB in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Jan 3, 2021
1 parent 279c582 commit d18d9d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ jobs:
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- run: bundle exec rake vendor:all
- run: bundle exec rake test
- name: Rake test (XVFB)
uses: GabrielBB/xvfb-action@v1
with:
run: bundle exec rake test

0 comments on commit d18d9d9

Please sign in to comment.