Skip to content

Commit

Permalink
Add GOOGLE_CHROME_OPTS_ARGS env for system test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak committed May 14, 2024
1 parent 6af9849 commit 1d06f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-postgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1d06f1c

Please sign in to comment.