diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 887bf17..13c9fad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,7 @@ on: branches: [ master ] pull_request: branches: [ master ] + workflow_dispatch: jobs: test: @@ -38,6 +39,4 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run headless tests - uses: GabrielBB/xvfb-action@v1 - with: - run: bundle exec rspec + run: xvfb-run -a bundle exec rspec