From fbae2afc62d9d413222754e5d99e9e7fa0cf1602 Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Tue, 15 Jun 2021 16:19:57 -0400 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c8fa14c..9f96f656 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -99,6 +99,7 @@ jobs: run: | export DISPLAY=:99 chromedriver --url-base=/wd/hub & + sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional bundle exec rails test:system # docker-builds: @@ -112,10 +113,10 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 - - uses: ./.github/actions/setup-test-environment with: ruby-version: 2.6.6 # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically (not working?) + - uses: ./.github/actions/setup-test-environment - name: "Asset Precompilation" env: RAILS_ENV: production