From dfdaf912e3041cf9c64758cae8e23f51638dafe2 Mon Sep 17 00:00:00 2001 From: Harshad Vedartham Date: Sat, 11 Apr 2026 22:31:07 -0700 Subject: [PATCH] Fix test workflow reruns --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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