From 1d06f1c492b3cea63b3cb9d0cf46f376aa6e7158 Mon Sep 17 00:00:00 2001 From: Ko Nagase Date: Tue, 14 May 2024 11:22:50 +0900 Subject: [PATCH] Add GOOGLE_CHROME_OPTS_ARGS env for system test --- .github/workflows/test-postgis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-postgis.yml b/.github/workflows/test-postgis.yml index 8f219d94..91dfa57f 100644 --- a/.github/workflows/test-postgis.yml +++ b/.github/workflows/test-postgis.yml @@ -137,6 +137,8 @@ jobs: - name: Run tests env: RAILS_ENV: test + # For system test in plugin + GOOGLE_CHROME_OPTS_ARGS: "headless,disable-gpu,no-sandbox,disable-dev-shm-usage" working-directory: redmine run: | bundle exec rake redmine:plugins:test:units NAME=${{ env.PLUGIN_NAME }} RUBYOPT="-W0"