From beac7b047442f66fb9ae7d3de6708613f9a63a09 Mon Sep 17 00:00:00 2001 From: Luc Hermitte Date: Fri, 23 Aug 2024 20:50:17 +0200 Subject: [PATCH] CI: Investigate bundles --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 44a320e..563dea8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,9 +50,9 @@ jobs: - name: Run tests on Linux if: runner.os == 'Linux' # headless execution is required on Linux run: | + bundle list xvfb-run bundle exec rake ci - name: Run tests on ${{ matrix.os }} if: runner.os != 'Linux' run: | bundle exec rake ci -