diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48529a3..2c4581d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - - name: Run headless test + - name: Run tests uses: coactions/setup-xvfb@v1 with: run: bundle exec rake spec